Beispiel #1
0
 public void Test_should_pass_when_warns_are_excpected()
 {
     Logger.Warn("I knew this would happer");
     ExceptionVerification.ExcpectedWarns(1);
 }