我尝试通过nunit3-console运行测试。通过Visual Studio运行效果很好。我执行以下命令:
$ nunit3-console ComplexUI.dll
但获得以下输入:
NUnit.Engine.NUnitEngineException : An exception occurred in the driver while loading tests.
----> System.IO.FileNotFoundException : ?? ??????? ????????? ???? ??? ?????? "nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb" ???? ???? ?? ?? ????????????. ?? ??????? ????? ????????? ????.
--NUnitEngineException
An exception occurred in the driver while loading tests.
符号????可能是因为我的语言环境。
我不知道如何解决
答案 0 :(得分:0)
无论如何,我已经找到了运行测试的替代方法。我可以通过在放置解决方案文件dotnet test --no-build
的目录中运行ComplexUI.sln
来做到这一点。
它仍然无法与nunit3-console
一起使用。也许,这是当前版本的问题