예제 #1
0
 public void WhenValidateAllIsCalled_Then_AggregateExceptionContainingAllValidateExceptionsIsThrown()
 {
     Assert.Throws <AggregateException>(() => ValidatorUtil.ValidateAll(subject));
 }
예제 #2
0
 public void WhenValidateAllIsCalled_Then_NoErrorOccurs()
 {
     ValidatorUtil.ValidateAll(subject);
 }