Runs in the InterpreterJVM. Runs tests given a classname and formats the results into a (serializable) array of
JUnitError that can be passed back to the MainJVM.
version: $Id: JUnitTestManager.java 4255 2007-08-28 19:17:37Z mgricken $
findTestClasses(List<String> classNames, List<File> files) Find the test classes among the given classNames and accumulate them in
TestSuite for junit.
Find the test classes among the given classNames and accumulate them in
TestSuite for junit. Returns null if a test suite is already pending.
Parameters: classNames - the class names that are test class candidates Parameters: files - the files corresponding to classNames