{
return Request.classes( null, classes ); // Since of JUnit 4.0
}
catch ( InvocationTargetException e )
{
throw new SurefireReflectionException( e.getCause() );
}
catch ( IllegalAccessException e )
{
// probably JUnit 5.x
throw new SurefireReflectionException( e );
}
}