Skip to content

Instantly share code, notes, and snippets.

@liptga
Created June 14, 2018 22:50
Show Gist options
  • Save liptga/466a92de0d278212fae33d3ec1e48b22 to your computer and use it in GitHub Desktop.
Save liptga/466a92de0d278212fae33d3ec1e48b22 to your computer and use it in GitHub Desktop.
@Test
public void wrongEquals() {
WrongEntityExample a = new WrongEntityExample("myfoo", 1, "excluded");
WrongEntityExample b = new WrongEntityExample("myfoo", 1, "does not matter");
assertThat( "AAAAAAAA. Not equals :(", a, not(is(b)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment