-
Classes Class Description org.junit.platform.engine.support.hierarchical.SingleTestExecutor
-
Methods Method Description org.junit.platform.commons.support.ReflectionSupport.loadClass(String) Please useReflectionSupport.tryToLoadClass(String)
instead.org.junit.platform.commons.util.ReflectionUtils.getOutermostInstance(Object, Class<?>) 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.org.junit.platform.launcher.TestPlan.add(TestIdentifier) without replacement since this method was intended to be internal.