嗨,我想记录测试失败的消息,我知道它可以检查状态
TearDown
使用以下
TestContext.CurrentContext.Result.Status.ToString();
可以在 TearDown 中获取测试失败的原因。像下面这样的东西
Expected: True
But was: False
at NUnit.Framework.Assert.That(Object actual, IResolveConstraint expression, String message, Object[] args)
at NUnit.Framework.Assert.IsTrue(Boolean condition)
at Test.FileSystemTests.QuoteFiles() in ExampleTests.cs: line 57