Class ParameterizedExtension.ParameterizedTemplate
java.lang.Object
org.apache.camel.test.junit5.params.ParameterizedExtension.ParameterizedTemplate
- All Implemented Interfaces:
org.junit.jupiter.api.extension.TestTemplateInvocationContext
- Enclosing class:
- ParameterizedExtension
public static class ParameterizedExtension.ParameterizedTemplate
extends Object
implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.junit.jupiter.api.extension.Extension>
getDisplayName
(int invocationIndex) protected void
postProcessTestInstance
(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)
-
Constructor Details
-
ParameterizedTemplate
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in interfaceorg.junit.jupiter.api.extension.TestTemplateInvocationContext
-
getAdditionalExtensions
- Specified by:
getAdditionalExtensions
in interfaceorg.junit.jupiter.api.extension.TestTemplateInvocationContext
-
postProcessTestInstance
protected void postProcessTestInstance(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context) throws Exception - Throws:
Exception
-
hierarchy
-