Skip to content

Instantly share code, notes, and snippets.

@Axxiss
Created March 20, 2013 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Axxiss/5208561 to your computer and use it in GitHub Desktop.
Save Axxiss/5208561 to your computer and use it in GitHub Desktop.
public void testSuma() {
assertEqualas(4, Calculadora.suma(2, 2));
assertEqualas(0, Calculadora.suma(2, -2));
assertEqualas(-4, Calculadora.suma(-2, -2));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment