Package | Description |
---|---|
org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
Modifier and Type | Field and Description |
---|---|
private RepeatedTestDisplayNameFormatter |
RepeatedTestInvocationContext.formatter |
Modifier and Type | Method and Description |
---|---|
private RepeatedTestDisplayNameFormatter |
RepeatedTestExtension.displayNameFormatter(RepeatedTest repeatedTest,
java.lang.reflect.Method method,
java.lang.String displayName) |
Constructor and Description |
---|
RepeatedTestInvocationContext(int currentRepetition,
int totalRepetitions,
RepeatedTestDisplayNameFormatter formatter) |