Hamcrest is needed by junit see https://github.com/junit-team/junit/wiki/Download-and-Install Without you may have some tests that fail with : java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing Needed if you want to write tests that do not extends TestCase (pojo that only use annotation)
Author: pmouawad Date: Thu Jan 14 14:09:05 2016 New Revision: 1724617 URL: http://svn.apache.org/viewvc?rev=1724617&view=rev Log: Bug 58851 - Add a dependency to hamcrest-core to allow JUnit tests with annotations to work Bugzilla Id: 58851 Added: jmeter/trunk/licenses/bin/hamcrest-core-1.3.txt (with props) Modified: jmeter/trunk/build.xml jmeter/trunk/eclipse.classpath jmeter/trunk/lib/ (props changed) jmeter/trunk/lib/aareadme.txt jmeter/trunk/res/maven/ApacheJMeter_parent.pom jmeter/trunk/xdocs/changes.xml