-
Interfaces Interface Description org.junit.platform.commons.support.Resource Please useResourceinstead.
-
Classes Class Description org.junit.platform.commons.util.BlacklistedExceptions UseUnrecoverableExceptionsinstead.
-
Enums Enum Description org.junit.platform.commons.support.SearchOption because there is only a single non-deprecated search option left
-
Exceptions Exceptions Description org.junit.platform.commons.util.PreconditionViolationException Use PreconditionViolationException instead.
-
Enum Constants Enum Constant Description org.junit.platform.commons.support.SearchOption.INCLUDE_ENCLOSING_CLASSES because it is preferable to inspect the runtime enclosing types of a class rather than where they are declared.