Exemple #1
0
 public void ThrowsExceptionOnYieldQuery()
 {
     Assert.ThrowsAny <Exception>(() => _proxy.GetNames().Count());
 }