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

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

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

            Assert.IsTrue(sut.IsSatisfiedBy("A5"));
        }