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