public void should_call_the_inner_processor_if_the_filters_match() { visitor.Filters += x => true; visitor.VisitBehavior(chain); processor.AssertWasCalled(x => x.Got(chain)); }