Advertisement
fedorm

Untitled

Sep 13th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. Position position = new Position();
  3. position.setCost(1L);
  4.  
  5. List<ru.crystals.loyal.check.Position> list = null;
  6. list.add(position);
  7.  
  8. Purchase purchase = new Purchase();
  9. purchase.setPositions(list);
  10.  
  11. Response response = ServerSideLoyProcessing.sendRequest;
  12. assertEquals(response.getPurchase.getSum, 100L);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement