Awesome
shunit2_example_2
Branch | |
---|---|
master | |
develop |
Architecture
The file my_functions
contains the function is_password
.
The file run
prompts the user for a password, and displays a message dependent if the password is correct.
The file tests
tests the function is_password
, using shunit2
.