xUnit:从代码中停止测试执行

时间:2016-08-15 07:13:53

标签: c# unit-testing xunit

我可以从代码中完成单元测试吗?可以这样做吗?

[Fact]
public void Test()
{
   code;
   code;
   code;
   StopUnitTest(success: true);
   code;
   code;
}

0 个答案:

没有答案