Skip to content

Instantly share code, notes, and snippets.

@in1t5
Last active January 23, 2017 18:41
Show Gist options
  • Save in1t5/ab2b96cb8956a89b80ced4f7ff88f936 to your computer and use it in GitHub Desktop.
Save in1t5/ab2b96cb8956a89b80ced4f7ff88f936 to your computer and use it in GitHub Desktop.
Customer maxMustermannFromDb = customerDAO.find(1001);
System.out.println("expected: " + maxMustermann);
System.out.println("but was: " + maxMustermannFromDb);
assertTrue(maxMustermann.equals(maxMustermannFromDb));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment