Exemple #1
0
 public ExceptionMatchingExpression_and_ExpressionMatch_Tester()
 {
     theExpression = new ExceptionMatchExpression(m => theMatch = m.As <ExceptionMatch>());
 }
 public void SetUp()
 {
     theExpression = new ExceptionMatchExpression(m => theMatch = m.As<ExceptionMatch>());
 }
Exemple #3
0
 public void SetUp()
 {
     theExpression = new ExceptionMatchExpression(m => theMatch = m.As <ExceptionMatch>());
 }