Affecto.Authentication.Passwords.Tests.Specifications.UpperCaseSpecificationTests.EmptyString C# (CSharp) Method

EmptyString() private method

private EmptyString ( ) : void
return void
        public void EmptyString()
        {
            bool result = sut.IsSatisfiedBy(string.Empty);
            AssertDissatisfaction(result);
        }