Skip to content

Instantly share code, notes, and snippets.

@atomgomba
Created February 22, 2017 10:28
Show Gist options
  • Save atomgomba/c19a2561896b7e4b32fe3e536f09c905 to your computer and use it in GitHub Desktop.
Save atomgomba/c19a2561896b7e4b32fe3e536f09c905 to your computer and use it in GitHub Desktop.
Assert a return value
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