Affecto.Authentication.Passwords.Tests.Specifications.NumberSpecificationTests.NumberAndOtherCharacters C# (CSharp) Method

NumberAndOtherCharacters() private method

private NumberAndOtherCharacters ( ) : void
return void
        public void NumberAndOtherCharacters()
        {
            bool result = sut.IsSatisfiedBy("ABa32bcC55x");
            Assert.IsTrue(result);
        }