Affecto.Patterns.Specification.Tests.RegexSpecificationTests.IsNotSatisfiedWhenRegexIsNotMatched C# (CSharp) Метод

IsNotSatisfiedWhenRegexIsNotMatched() приватный Метод

private IsNotSatisfiedWhenRegexIsNotMatched ( ) : void
Результат void
        public void IsNotSatisfiedWhenRegexIsNotMatched()
        {
            sut = new RegexSpecification(RegexPattern, ReasonForDissatisfaction);

            Assert.IsFalse(sut.IsSatisfiedBy("A"));
        }