Created
February 22, 2017 10:28
-
-
Save atomgomba/2d8eb9ed2e45d027733b7acb6568d7d2 to your computer and use it in GitHub Desktop.
Assert a public property
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(); | |
baby.removeToy(); | |
assertTrue(baby.isCrying()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment