Exemple #1
0
 public void Test_Not_RaiseError()
 {
     (new Action(() => FizBar.SampleMethod())).Expect().Not().RaiseError();
 }