Skip to content

pair-of-Ms/password-validator-kata-java-31-03-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Password Validator Kata in Java

We want to ensure that our users' passwords have the following rules:

  • Have more than 8 characters
    • Contains a capital letter
    • Contains a lowercase
    • Contains a number
    • Contains an underscore

This kata shows the importance of:

  • having good examples (testing only one thing and being honest)
  • selecting examples to test in an adequate order

About

Password validator kata in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages