Created
July 9, 2014 15:47
-
-
Save jaycfields/5e0f8399a21b4bd7ddb6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
assertEquals( | |
"2,3", | |
a.order.w( | |
stub(Product.class, s -> s.getId(), Product.id(2)), | |
stub(Product.class, s -> s.getId(), Product.id(3))) | |
.getProductIds()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment