コード例 #1
0
 public void Method_WithVoid_Throws()
 {
     Assert.Throws <InvalidOperationException>(() => _aggregateService.MethodWithoutReturnValue());
 }
コード例 #2
0
 public void Method_WithVoid_Throws()
 {
     _aggregateService.MethodWithoutReturnValue();
 }