Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近我需要在测试中模拟 Timer 类。事实证明这是一个问题,因为 Timer 没有任何公共默认构造函数,因为它使用所有工厂构造函数。是否可以模拟没有公共默认构造函数的类?
每个 Dart 类都有一个隐式接口。您可以implement Timer通过这种方式模拟课程。
implement Timer