Created
February 22, 2017 10:28
-
-
Save atomgomba/c19a2561896b7e4b32fe3e536f09c905 to your computer and use it in GitHub Desktop.
Assert a return value
This file contains 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
Baby baby = new Baby(); | |
boolean toyGiven = baby.giveToy(null); | |
assertFalse(toyGiven); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment