コード例 #1
0
 public void should_call_the_inner_processor_if_the_filters_match()
 {
     visitor.Filters += x => true;
     visitor.VisitBehavior(chain);
     processor.AssertWasCalled(x => x.Got(chain));
 }