Beispiel #1
0
 public void exception_is_mapped_to_expected_type()
 {
     ActualResult.ShouldBeType <MockException>();
 }
Beispiel #2
0
 public void the_exception_should_be_mapped()
 {
     ActualResult.ShouldBeType <MockException>();
 }