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.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 |
---|---|
java.util.stream.Stream<TestTemplateInvocationContext> |
TestTemplateInvocationContextProvider.provideTestTemplateInvocationContexts(ExtensionContext context)
Provide invocation contexts
for the test template method represented by the supplied
context . |
Modifier and Type | Field and Description |
---|---|
private TestTemplateInvocationContext |
TestTemplateInvocationTestDescriptor.invocationContext |
Modifier and Type | Method and Description |
---|---|
private TestDescriptor |
TestTemplateTestDescriptor.createInvocationTestDescriptor(TestTemplateInvocationContext invocationContext,
int index) |
Constructor and Description |
---|
TestTemplateInvocationTestDescriptor(UniqueId uniqueId,
java.lang.Class<?> testClass,
java.lang.reflect.Method templateMethod,
TestTemplateInvocationContext invocationContext,
int index) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RepeatedTestInvocationContext
TestTemplateInvocationContext for a @RepeatedTest . |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<TestTemplateInvocationContext> |
RepeatedTestExtension.provideTestTemplateInvocationContexts(ExtensionContext context) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ParameterizedTestInvocationContext |
Modifier and Type | Method and Description |
---|---|
private TestTemplateInvocationContext |
ParameterizedTestExtension.createInvocationContext(ParameterizedTestNameFormatter formatter,
java.lang.Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<TestTemplateInvocationContext> |
ParameterizedTestExtension.provideTestTemplateInvocationContexts(ExtensionContext context) |