| Class and Description |
|---|
| org.junit.platform.commons.util.BlacklistedExceptions
Use
UnrecoverableExceptions instead. |
| org.junit.platform.engine.support.filter.ClasspathScanningSupport
Please use
EngineDiscoveryRequestResolver instead. |
| org.junit.platform.runner.JUnitPlatform
since 1.8, in favor of the
@Suite support provided by
the junit-platform-suite-engine module; to be removed in JUnit Platform 2.0 |
| org.junit.platform.launcher.listeners.LegacyReportingUtils
Use
org.junit.platform.reporting.legacy.LegacyReportingUtils
instead. |
| org.junit.jupiter.api.MethodOrderer.Alphanumeric
as of JUnit Jupiter 5.7 in favor of
MethodOrderer.MethodName;
to be removed in 6.0 |
| org.junit.platform.engine.support.hierarchical.SingleTestExecutor |
| Exceptions and Description |
|---|
| org.junit.platform.commons.util.PreconditionViolationException
Use PreconditionViolationException instead.
|
| Annotation Type and Description |
|---|
| org.junit.platform.suite.api.UseTechnicalNames
since 1.8, in favor of the
@Suite support provided by
the junit-platform-suite-engine module; to be removed in JUnit Platform 2.0 |
| Field and Description |
|---|
| org.junit.jupiter.api.io.TempDir.SCOPE_PROPERTY_NAME |
| org.junit.jupiter.engine.Constants.TEMP_DIR_SCOPE_PROPERTY_NAME |
| Constructor and Description |
|---|
| org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder() |
| org.junit.platform.engine.reporting.ReportEntry() |