Ejemplo n.º 1
0
 public async Task A_D_SoTheFirstOneShouldHaveBeenLikeThis()
 {
     var sut = new Sut();
     await sut.SuccessAsync();
 }
Ejemplo n.º 2
0
 public void A_A_MyFirstAsyncTestMethod()
 {
     var sut = new Sut();
     sut.SuccessAsync();
 }