在使用Xunit
进行.NET-Core
的测试时,我用命令行输入dotnet test
时,结果中,只显示了成功几个,失败几个。找出错误的还要往上翻记录。
请问需要如何设置,可以在最后的summary 中显示你具体失败的用例?
相关问题
- Dotnet Core API - Get the URL of a controller meth
- Why am I unable to run dotnet tool install --globa
- Singleton with AsyncLocal vs Scope Service
- What would prevent code running in a Docker contai
- .NET Core gives unknown error while processing HTT
相关文章
- 单元测试的方法中,有对Redis进行数据增删改的操作,如何过滤掉方法内的Redis操作(避免影响实际
- DotNet Core console app: An assembly specified in
- EF Core 'another instance is already being tra
- Re-target .NET Core to net471, net 472
- Publishing a Self-contained Console app fails
- Calling a .Net Framework 4 (or Mono) assembly from
- Can't get deleted items from OpenLDAP Server u
- proper way to sign .net core assembly
使用
dotnet test -v n
后面有options 可以选择查看test 显示的级别