Skip to content

Instantly share code, notes, and snippets.

@sebastianmonte
Created February 12, 2015 10:09
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 sebastianmonte/60e7a3830b4a50a11f57 to your computer and use it in GitHub Desktop.
Save sebastianmonte/60e7a3830b4a50a11f57 to your computer and use it in GitHub Desktop.
Improved Number Helper Test
@Test
public void thatZeroIsNonnegative() {
assertTrue(NumberHelper.isNonnegative(0));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment