예제 #1
0
 public void Method_WithVoid_Throws()
 {
     Assert.Throws <InvalidOperationException>(() => _aggregateService.MethodWithoutReturnValue());
 }
 public void Method_WithVoid_Throws()
 {
     _aggregateService.MethodWithoutReturnValue();
 }