RunListener reporter = reporterFactory.createReporter();
ConsoleOutputCapture.startCapture( (ConsoleOutputReceiver) reporter );
JUnit4RunListener jUnit4TestSetReporter = new JUnit4RunListener( reporter );
Result result = new Result();
RunNotifier runNotifier = getRunNotifier( jUnit4TestSetReporter, result, customRunListeners );
runNotifier.fireTestRunStarted( createTestsDescription() );