在使用DoNetMock进行单元测试的时候报出错误,错误信息如下:
Failure: System.TypeInitializationException : The type initializer for 'DotNetMock.Assertion' threw an exception.
----> System.ArgumentNullException : Cannot specify null provider class
Parameter name: providerClass
请遇到过的同学帮忙看一下。