Lines Matching full:classpath
50 <li>cglib (2.2) and Objenesis (1.2) must be in the classpath to perform class mocking</li>
71 <li>Add the EasyMock jar file (<code>easymock.jar</code>) to your classpath.</li>
72 <li>To perform class mocking, also add <a href="http://www.objenesis.org">Objenesis</a> and <a href="http://cglib.sourceforge.net/">Cglib</a> to your classpath.</li>
74 having JUnit 4.7 on top of EasyMock, cglib and Objenesis in your classpath.</li>
976 <li>In an <code>easymock.properties</code> file set in the classpath default package
1132 <li>NoClassDefFoundError on calling EasyMock.replay/reset/verify on an interface mock without cglib in the classpath (EASYMOCK-40)