Esempio n. 1
0
 public Task BadReferenceAsyncValueWithoutAwait()
 {
     return(Assert.ThrowsExceptionAsync <NullReferenceException>(() => TaskResults.BadReferenceAsyncValueWithoutAwait().AsTask()));
 }