Callable<RunResult> pf = new Callable<RunResult>()
{
public RunResult call()
throws Exception
{
DefaultReporterFactory forkedReporterFactory =
new DefaultReporterFactory( startupReportConfiguration );
defaultReporterFactoryList.add( forkedReporterFactory );
ForkClient forkClient =
new ForkClient( forkedReporterFactory,
startupReportConfiguration.getTestVmSystemProperties() );
return fork( testSet, new PropertiesWrapper( providerConfiguration.getProviderProperties() ),