我正在尝试使用VS 2012中的现有解决方案启动和运行NCrunch。但是,通过NCrunch启动时,单元测试不会运行。
我找到一个找不到的方法:尝试在NCrunch下运行单元测试时出现'Void Xunit.Assert.Null(..)错误。
使用xUnit“运行单元测试”上下文菜单或IDE中内置的“运行测试”运行测试时运行。
我已尝试在调试和发布模式下进行清理和重新编译。我已经尝试在NCrunch下调试测试(它没有用)。我还检查了GAC以获取xUnit程序集的一个实例,但它不存在。
版本:
以下是NCrunch Tests窗口的输出:
*** ConsoleOutput ***
Unable to read configuration section common/logging. Using no-op implemenation.
*** Failures ***
Exception
System.MissingMethodException: System.MissingMethodException : Method not found: 'Void Xunit.Assert.Null(System.Object, System.String)'.
at XXXX.XXXX.XXXX.XXXXTest.Test_Yada()
有关如何解决此问题的任何想法?