Skip to content

jordianguela/kata-password-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Goal

We want to ensure that our users' passwords follow these rules :

  • Have more than 8 characters
  • Contain an upper case letter
  • Contain a lower case letter
  • Contain a number
  • Contain an underscore

Hint

This kata shows the importance of :

  • selecting the test order
  • having good assertions
    • each assertion validates ONE thing
    • what is being asserted is ALWAYS true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages