Last active
January 23, 2017 18:41
-
-
Save in1t5/ab2b96cb8956a89b80ced4f7ff88f936 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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