Skip to content

Instantly share code, notes, and snippets.

@kmdupr33
Created April 17, 2015 13:18
Show Gist options
  • Save kmdupr33/830046fbad2aca2b9531 to your computer and use it in GitHub Desktop.
Save kmdupr33/830046fbad2aca2b9531 to your computer and use it in GitHub Desktop.
public void testSquare() {
MathNerd mathNerd = new MathNerd();
int result = mathNerd.square(2);
assertTrue(mathNerd.didDoMath());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment