Skip to content

Instantly share code, notes, and snippets.

@atomgomba
Created February 22, 2017 10:28
Show Gist options
  • Save atomgomba/2d8eb9ed2e45d027733b7acb6568d7d2 to your computer and use it in GitHub Desktop.
Save atomgomba/2d8eb9ed2e45d027733b7acb6568d7d2 to your computer and use it in GitHub Desktop.
Assert a public property
Baby baby = new Baby();
baby.removeToy();
assertTrue(baby.isCrying());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment