我通常使用dotnet test
. 我使用的框架是xunit
. 因此,我不确定如何使用 CLI 运行 dotMemory 单元测试。
文档建议:
dotMemoryUnit.exe
-targetExecutable="C:\NUnit 2.6.4\bin\nunit-console.exe"
-returnTargetExitCode --"E:\MyProject\bin\Release\MainTests.dll"
我应该放-targetExecutable
什么?它需要一条路径,因此输入dotnet test
不起作用。