Skip to content

Instantly share code, notes, and snippets.

@ghais
Created May 3, 2011 20:12
Show Gist options
  • Save ghais/954127 to your computer and use it in GitHub Desktop.
Save ghais/954127 to your computer and use it in GitHub Desktop.
NPE in OperatorEnum
@Test
public void testCheckWithNullValue() {
assertTrue(NEQ.check(null, "expected", "", false));
assertTrue(EMPTY.check(null, null, null));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment