Esempio n. 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>());
 }
Esempio n. 3
0
 public void SetUp()
 {
     theExpression = new ExceptionMatchExpression(m => theMatch = m.As <ExceptionMatch>());
 }