What steps will reproduce the problem?
1.wrote simple get request
get("/lotto").then().body("lotto.winners.winnerId", hasItems(23, 54));
What is the expected output? What do you see instead?
expected to work smoothly, but its giving compile error, 'hasItems' method
undefined
What version of the product are you using? On what operating system?
2.4.0, Linux
Please provide any additional information below.
'equalTo' method is working fine in same test class
Original issue reported on code.google.com by eroshn...@gmail.com on 9 Mar 2015 at 9:22
Original issue reported on code.google.com by
eroshn...@gmail.com
on 9 Mar 2015 at 9:22