7273747576777879808182
for ( String className : testClassNames ) { Class testClass = loadClass( classLoader, className ); if ( !specificTestFilter.accept( testClass ) ) { // FIXME: Log this somehow! continue; }
7374757677787980818283
{ String className = testClassNames[i]; Class testClass = loadClass( classLoader, className ); if ( !specificTestFilter.accept( testClass ) ) { // FIXME: Log this somehow! continue; }