Esempio n. 1
0
 public void exception_is_not_changed()
 {
     ActualResult.ShouldEqual(Input);
 }
Esempio n. 2
0
 public void the_original_exception_should_be_returned()
 {
     ActualResult.ShouldEqual(Input);
 }