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