Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
org.junit.jupiter.params |
JUnit Jupiter extension for parameterized tests.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<TestTemplateInvocationContextProvider> |
TestTemplateTestDescriptor.validateProviders(ExtensionContext extensionContext,
ExtensionRegistry extensionRegistry) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RepeatedTestExtension
TestTemplateInvocationContextProvider that supports the
@RepeatedTest annotation. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ParameterizedTestExtension |