{
final SurefireLauncher unpack = getUnpacked();
final SurefireLauncher child = unpack.getSubProjectLauncher( "child" );
//child.getTargetFile( "out.txt" ).delete();
final OutputValidator outputValidator = child.forkNever().executeTest().assertTestSuiteResults( 1, 0, 0, 0 );
verifyOutputDirectory( outputValidator );
}