Package | Description |
---|---|
org.junit.jupiter.params |
JUnit Jupiter extension for parameterized tests.
|
Modifier and Type | Field and Description |
---|---|
private ParameterizedTestNameFormatter |
ParameterizedTestInvocationContext.formatter |
Modifier and Type | Method and Description |
---|---|
private ParameterizedTestNameFormatter |
ParameterizedTestExtension.createNameFormatter(java.lang.reflect.Method templateMethod) |
Modifier and Type | Method and Description |
---|---|
private TestTemplateInvocationContext |
ParameterizedTestExtension.createInvocationContext(ParameterizedTestNameFormatter formatter,
java.lang.Object[] arguments) |
Constructor and Description |
---|
ParameterizedTestInvocationContext(ParameterizedTestNameFormatter formatter,
java.lang.Object[] arguments) |