public static class ParameterizedExtension.ParameterizedTemplate extends Object implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
| Constructor and Description |
|---|
ParameterizedTemplate(Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
List<org.junit.jupiter.api.extension.Extension> |
getAdditionalExtensions() |
String |
getDisplayName(int invocationIndex) |
protected Stream<Class<?>> |
hierarchy(Class<?> clazz) |
protected void |
postProcessTestInstance(Object testInstance,
org.junit.jupiter.api.extension.ExtensionContext context) |
public ParameterizedTemplate(Object[] params)
public String getDisplayName(int invocationIndex)
getDisplayName in interface org.junit.jupiter.api.extension.TestTemplateInvocationContextpublic List<org.junit.jupiter.api.extension.Extension> getAdditionalExtensions()
getAdditionalExtensions in interface org.junit.jupiter.api.extension.TestTemplateInvocationContextprotected void postProcessTestInstance(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context) throws Exception
ExceptionApache Camel