예제 #1
0
 public static async Task ButAsync(this ITestRunner testRunner, string text)
 {
     await testRunner.ButAsync(text, null, null, null);
 }