最佳答案
我正在 Windows 7中使用 C # 开发.NET 4.0。
I want to test the communication between some methods using mock. The only problem is that I want to do it without implementing an interface. Is that possible?
我只是阅读了很多关于模拟对象的主题和一些教程,但它们都用于模拟接口,而不是类。我尝试使用 Rhino 和 Moq 框架。