예제 #1
0
파일: TestRunner.cs 프로젝트: he-dev/gunter
 public static bool Alert(this TestRunnerActions actions) => actions.HasFlag(TestRunnerActions.Alert);
예제 #2
0
파일: TestRunner.cs 프로젝트: he-dev/gunter
 public static bool Halt(this TestRunnerActions actions) => actions.HasFlag(TestRunnerActions.Halt);