我在VS上有ac#单元测试代码,如果特定的[TestMethod]失败,我想在整个运行中失败,即使我已经检查了"在发生故障的情况下继续"。
- 添加更多细节 -
[TestMethod] \\should fail the entire run
public void ImportentTest(){}
[TestMethod] \\ should continue to the next testmethode if fail
public void LessImportentTest(){}