Package | Description |
---|---|
org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
org.junit.jupiter.params.aggregator | |
org.junit.jupiter.params.converter |
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation. |
org.junit.jupiter.params.provider |
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations. |
org.junit.platform.commons.util |
Internal common utilities for JUnit.
|
org.junit.platform.engine |
Public API for test engines.
|
Modifier and Type | Class and 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 . |
class |
ScriptEvaluationException
Thrown if an error is encountered while evaluating a script-based
ExecutionCondition . |
class |
TestInstantiationException
Thrown if an error is encountered during the execution of
a
TestInstanceFactory . |
Modifier and Type | Method and Description |
---|---|
private JUnitException |
TestFactoryTestDescriptor.invalidReturnTypeException(java.lang.Throwable cause) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConditionEvaluationException
Thrown if an error is encountered while evaluating an
ExecutionCondition . |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentAccessException
ArgumentAccessException is an exception thrown by an
ArgumentsAccessor if an error occurs while accessing
or converting an argument. |
class |
ArgumentsAggregationException
ArgumentsAggregationException is an exception thrown by an
ArgumentsAggregator when an error occurs while aggregating
arguments. |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentConversionException
ArgumentConversionException is an exception that can occur when an
object is converted to another object by an implementation of an
ArgumentConverter . |
Modifier and Type | Class and Description |
---|---|
class |
CsvParsingException
Thrown if an error is encountered while parsing CSV input.
|
Modifier and Type | Class and Description |
---|---|
class |
PreconditionViolationException
Deprecated.
Use PreconditionViolationException instead.
|
Modifier and Type | Method and Description |
---|---|
private UniqueId.Segment |
UniqueIdFormat.createSegment(java.lang.String segmentString) |
static UniqueId |
UniqueId.parse(java.lang.String uniqueId)
Parse a
UniqueId from the supplied string representation using the
default format. |
(package private) UniqueId |
UniqueIdFormat.parse(java.lang.String source)
Parse a
UniqueId from the supplied string representation. |