Example #1
0
        public void matches_negative_with_no_overrides()
        {
            var request = ElementRequest.For <OverrideTarget>(x => x.Name);

            thePolicy.Matches(request).ShouldBeFalse();
        }