-
Classes Class Description org.junit.platform.commons.util.BlacklistedExceptions UseUnrecoverableExceptions
instead.
-
Exceptions Exceptions Description org.junit.platform.commons.util.PreconditionViolationException Use PreconditionViolationException instead.
-
Methods Method Description org.junit.platform.commons.support.ReflectionSupport.loadClass(String) Please useReflectionSupport.tryToLoadClass(String)
instead.org.junit.platform.commons.util.BlacklistedExceptions.rethrowIfBlacklisted(Throwable) org.junit.platform.commons.util.ReflectionUtils.getOutermostInstance(Object, Class<?>) Please discontinue use of this method since it relies on internal implementation details of the JDK that may not work in the future.org.junit.platform.commons.util.ReflectionUtils.loadClass(String) Please useReflectionUtils.tryToLoadClass(String)
instead.org.junit.platform.commons.util.ReflectionUtils.readFieldValue(Class<T>, String, T) Please useReflectionUtils.tryToReadFieldValue(Class, String, Object)
instead.