예제 #1
0
 public void Apply_should_fail_with_EnumerableExpectation(ExampleData example)
 {
     try {
         example.Apply(Subject, Input);
     } catch (AssertException) {
         Assert.Pass();
     }
 }
예제 #2
0
 public void Apply_should_take_EnumerableExpectation(ExampleData example)
 {
     example.Apply(Subject, Input);
     Assert.Pass();
 }