{
try
{
jUnit4TestSetReporter.testStarted( testSomething2 );
jUnit4TestSetReporter.testFailure( new Failure( testSomething2, new AssertionError( "Fud" ) ) );
jUnit4TestSetReporter.testFinished( testSomething2 );
countDownLatch.countDown();
}
catch ( Exception e )
{
throw new RuntimeException( e );