Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Position position = new Position();
- position.setCost(1L);
- List<ru.crystals.loyal.check.Position> list = null;
- list.add(position);
- Purchase purchase = new Purchase();
- purchase.setPositions(list);
- Response response = ServerSideLoyProcessing.sendRequest;
- assertEquals(response.getPurchase.getSum, 100L);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement