Skip to content

Instantly share code, notes, and snippets.

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