9596979899100101102103
private SurefireLauncher unpack() throws VerificationException, IOException { final SurefireLauncher unpack = unpack( "surefire-772-no-failsafe-reports" ); unpack.deleteSiteDir(); return unpack.skipClean().failNever().assertNotPresent( "site" ); } }