Skip to content

Instantly share code, notes, and snippets.

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