标签: nunit
如何使用NUnit记录哪些测试失败以及哪些测试成功?我希望能够在所有测试运行后将所有NUnit输出写入文件。
答案 0 :(得分:2)
nunit-console nunit.tests.dll /out:TestResult.txt
摘自NUnit手册,http://www.nunit.org/index.php?p=consoleCommandLine&r=2.4。