@Test
public void test()
throws Exception
{
OutputValidator validator = unpack( "surefire-943-report-content" ).maven().withFailure().executeTest();
validator.assertTestSuiteResults( 6, 0, 3, 0 );
validate( validator, "org.sample.module.My1Test" );
validate( validator, "org.sample.module.My2Test" );
validate( validator, "org.sample.module.My3Test" );
}