Package | Description |
---|---|
org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
org.junit.jupiter.params.converter |
ArgumentConverter implementations and their
corresponding ConvertWith annotations. |
org.junit.platform.commons.util |
Internal common utilities for JUnit running on Java 9 or higher.
|
org.junit.platform.engine |
Public API for test engines.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExtensionConfigurationException |
Thrown if an error is encountered regarding the configuration of an
extension.
|
class |
ExtensionContextException |
Thrown if an error is encountered regarding the use of an
ExtensionContext or ExtensionContext.Store . |
class |
ParameterResolutionException |
Thrown if an error is encountered in the configuration or execution of a
ParameterResolver . |
Modifier and Type | Class | Description |
---|---|---|
class |
ArgumentConversionException |
ArgumentConversionException is an exception that can
occur when an object is converted to another object by an implementation
of an org.junit.jupiter.params.converter.ArgumentConverter . |
Modifier and Type | Class | Description |
---|---|---|
class |
PreconditionViolationException |
Thrown if a precondition is violated.
|
Modifier and Type | Method | Description |
---|---|---|
static UniqueId |
UniqueId.parse(java.lang.String uniqueId) |
Parse a
UniqueId from the supplied string representation using the
default format. |