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