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.
我们如何在方法中使用不作为参数传递给方法的类的对象
听起来你需要注入这个对象,而不是仅仅依赖于它被类本身实例化。
请参阅这篇关于依赖注入的文章,以及这篇文章以获取特定于测试的信息。