Specifically: what library is MockObjectTestCase in?
I’m following this link: http://therning.org/niklas/2005/05/jmock-solid-testing/
Is there an easy way to find out this kind of information? IS there a way to search through all of the files in the JMock jars?
I have jmock-2.5.1.jar, jmock-junit4-2.5.1.jar, junit-4.10.jar in my build path, but eclipse is not finding MockObjectTestCase as a super class selection for me to extend
Thanks
In your case the package seems to be:
org.jmock.cglib.MockObjectTestCaseAnd according to
http://www.jarfinder.com/index.php/java/info/org.jmock.MockObjectTestCase
It seems to be found in 1.x versions of Jmock.
That post you linked to seems very old. Since you’re using a later version that class might not exist anymore.