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.
我曾经在 java 中有一个非常方便的间谍框架,叫做Mockito。它允许您模拟现有对象的某些方法,还可以告诉您是否调用了其他方法(您将为此创建一个间谍包装器)。.NET 3.x 中的 C# 有类似的东西吗?
听起来您在描述“部分模拟”。一些(大多数?)模拟框架支持这一点。我确定Moq和RhinoMocks可以。
他们在外面,但他们花钱。
你可以试试JustMock或TypeMock