Closed GoogleCodeExporter closed 8 years ago
It seems to be a problem with the Hamcrest library. See
http://code.google.com/p/hamcrest/issues/detail?id=128 for details and a
solution. I doubt that there's anything that can be done in REST Assured to
prevent this.
Original comment by johan.ha...@gmail.com
on 15 Mar 2011 at 7:14
Thanks Johan, I put Junit down the bottom and that seems to have worked.
Original comment by brucew...@gmail.com
on 15 Mar 2011 at 9:00
Great! Thanks for using the project.
Original comment by johan.ha...@gmail.com
on 15 Mar 2011 at 1:42
just had the problem too, found a solution somewhere else. Instead of import
org.hamcrest.Matchers.*; i used import static org.hamcrest.CoreMatchers.*;
and it worked for me in Eclipse + Junit4
Original comment by Guido.Sc...@googlemail.com
on 23 Feb 2015 at 9:54
Original issue reported on code.google.com by
brucew...@gmail.com
on 14 Mar 2011 at 4:59