Esempio n. 1
0
        public void should_not_match_calls_with_url_pattern_attribute()
        {
            var log = new NulloConfigurationObserver();

            _policy
            .Matches(HandlersObjectMother.HandlerWithAttributeCall(), log)
            .ShouldBeFalse();
        }
Esempio n. 2
0
 public void should_not_match_calls_with_url_pattern_attribute()
 {
     _policy
     .Matches(HandlersObjectMother.HandlerWithAttributeCall())
     .ShouldBeFalse();
 }