Package io.github.artsok.internal
Class ParameterizedTestInvocationContext
- java.lang.Object
-
- io.github.artsok.internal.ParameterizedTestInvocationContext
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.TestTemplateInvocationContext
public class ParameterizedTestInvocationContext extends Object implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
- Since:
- 5.0 - COPY PAST FROM ORIGINAL JUNIT 5 WITH SEVERAL CORRECTIONS
-
-
Constructor Summary
Constructors Constructor Description ParameterizedTestInvocationContext(int currentRepetition, int totalRepetitions, ParameterizedRepeatedIfExceptionsTestNameFormatter formatter, ParameterizedRepeatedMethodContext methodContext, Object[] arguments)
-
Method Summary
Modifier and Type Method Description List<org.junit.jupiter.api.extension.Extension>getAdditionalExtensions()StringgetDisplayName(int invocationIndex)
-
-
-
Constructor Detail
-
ParameterizedTestInvocationContext
public ParameterizedTestInvocationContext(int currentRepetition, int totalRepetitions, ParameterizedRepeatedIfExceptionsTestNameFormatter formatter, ParameterizedRepeatedMethodContext methodContext, Object[] arguments)
-
-
Method Detail
-
getDisplayName
public String getDisplayName(int invocationIndex)
- Specified by:
getDisplayNamein interfaceorg.junit.jupiter.api.extension.TestTemplateInvocationContext
-
getAdditionalExtensions
public List<org.junit.jupiter.api.extension.Extension> getAdditionalExtensions()
- Specified by:
getAdditionalExtensionsin interfaceorg.junit.jupiter.api.extension.TestTemplateInvocationContext
-
-