_From [email protected] on March 14, 2011 17:59:37_
What steps will reproduce the problem? 1. Setting up a new project
Essentially no tests can run. Please provide any additional information below.
_Original issue: http://code.google.com/p/rest-assured/issues/detail?id=43_
_From [email protected] on March 15, 2011 00:14:53_
It seems to be a problem with the Hamcrest library. See https://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.
Status: WontFix
_From [email protected] on March 15, 2011 02:00:34_
Thanks Johan, I put Junit down the bottom and that seems to have worked.
_From [email protected] on March 15, 2011 06:42:29_
Great! Thanks for using the project.
_From [email protected] on February 23, 2015 01:54:37_
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
Most helpful comment
_From [email protected] on February 23, 2015 01:54:37_
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