getLog().info("classpath for sourcegenerator is:" + classpath);
// run testCase
TestCaseAggregator aggregator = new TestCaseAggregator(testRootFile, outputRoot);
// aggregator.
runJUnit(aggregator.suite());
}
/**
* For subclasses to implement to provide a test runner.
*