Skip to content

gixlg/PasswordStrenghtCheckerTDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TDD Example (Password Strenght Checker)

It is a ty to resolve the example shown by Matteo Vaccari at Codemotion.

You can check the talk here.

Password-Strenght-Checker

In order to be an acceptable password, a string must:

  • Have a length grater than 7 characters.
  • Contain at least one alphabetic characters.
  • Contain at least one digit.

About

TDD Example (Password Strenght Checker)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages