예제 #1
0
 public IThrowsResult Throws <TException>() where TException : Exception, new()
 {
     return(VerifiableWrapper.WrapThrowsForVerification(Wrapped.Throws <TException>()));
 }
예제 #2
0
 public IThrowsResult Throws(Exception exception)
 {
     return(VerifiableWrapper.WrapThrowsForVerification(Wrapped.Throws(exception)));
 }