PasswordPropertyUnitTest

15

tests

0

failures

0

ignored

0.005s

duration

100%

successful

Tests

Test Method name Duration Result
shouldComputeHash() shouldComputeHash() 0.003s passed
shouldRecognizeColonInPassword() shouldRecognizeColonInPassword() 0s passed
[1] givenPassword=noDigitNoSpecial shouldRecognizeMissingCharacterGroup(String)[1] 0s passed
[2] givenPassword=!!!!!!12345 shouldRecognizeMissingCharacterGroup(String)[2] 0s passed
[3] givenPassword=nolower-nodigit shouldRecognizeMissingCharacterGroup(String)[3] 0s passed
[4] givenPassword=nolower1nospecial shouldRecognizeMissingCharacterGroup(String)[4] 0s passed
[5] givenPassword=NOLOWER-NODIGIT shouldRecognizeMissingCharacterGroup(String)[5] 0s passed
[6] givenPassword=NOLOWER1NOSPECIAL shouldRecognizeMissingCharacterGroup(String)[6] 0.001s passed
shouldRecognizeTooLongPassowrd() shouldRecognizeTooLongPassowrd() 0s passed
shouldRecognizeTooShortPassword() shouldRecognizeTooShortPassword() 0s passed
[1] password=lowerUpperAndDigit1 shouldValidateValidPassword(String)[1] 0.001s passed
[2] password=lowerUpperAndSpecial! shouldValidateValidPassword(String)[2] 0s passed
[3] password=digit1LowerAndSpecial! shouldValidateValidPassword(String)[3] 0s passed
[4] password=digit1special!lower shouldValidateValidPassword(String)[4] 0s passed
[5] password=DIGIT1SPECIAL!UPPER shouldValidateValidPassword(String)[5] 0s passed