Ejemplo n.º 1
0
 public static async Task AndAsync(this ITestRunner testRunner, string text)
 {
     await testRunner.AndAsync(text, null, null, null);
 }