コード例 #1
0
 public void SetUp()
 {
     TheConstraint        = new ThrowsExceptionConstraint();
     ExpectedDescription  = "an exception to be thrown";
     StringRepresentation = "<throwsexception>";
 }
コード例 #2
0
 public ThrowsExceptionConstraintResult(ThrowsExceptionConstraint constraint, Exception caughtException)
     : base(constraint, caughtException, caughtException != null)
 {
 }