- java.lang.Object
-
- org.junitpioneer.jupiter.RetryingTestInvocationContext
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.TestTemplateInvocationContext
class RetryingTestInvocationContext extends java.lang.Object implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
-
-
Field Summary
Fields Modifier and Type Field Description private TestNameFormatterformatter
-
Constructor Summary
Constructors Constructor Description RetryingTestInvocationContext(TestNameFormatter formatter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName(int invocationIndex)
-
-
-
Field Detail
-
formatter
private final TestNameFormatter formatter
-
-
Constructor Detail
-
RetryingTestInvocationContext
RetryingTestInvocationContext(TestNameFormatter formatter)
-
-