update documentation for clarity (#40)
This commit is contained in:
Родитель
1447b09490
Коммит
edea7a7cbe
|
@ -55,6 +55,7 @@ public class Test
|
|||
engine.Run();
|
||||
var report = engine.TestReport;
|
||||
Output.WriteLine("Coyote found {0} bug.", report.NumOfFoundBugs);
|
||||
Assert.True(report.NumOfFoundBugs == 0, $"Coyote found {report.NumOfFoundBugs} bug(s).");
|
||||
}
|
||||
|
||||
private async Task CoyoteTestMethod()
|
||||
|
|
Загрузка…
Ссылка в новой задаче