Last active
June 16, 2016 11:09
-
-
Save iamlucianojr/c752c1c5b421942c76a87fcc88d6a911 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Every single (unit) test should be compose by: | |
- Test setup | |
- Calling the tested method | |
- Asserting | |
Every single feature should be explain by: | |
- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment