Class BeforeClassTemplateInvocationFieldInjector
java.lang.Object
org.junit.jupiter.params.BeforeClassTemplateInvocationFieldInjector
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeClassTemplateInvocationCallback, org.junit.jupiter.api.extension.Extension
class BeforeClassTemplateInvocationFieldInjector
extends Object
implements org.junit.jupiter.api.extension.BeforeClassTemplateInvocationCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EvaluatedArgumentSetprivate final intprivate final ResolutionCacheprivate final ResolverFacade -
Constructor Summary
ConstructorsConstructorDescriptionBeforeClassTemplateInvocationFieldInjector(ResolverFacade resolverFacade, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeClassTemplateInvocation(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
Field Details
-
resolverFacade
-
arguments
-
invocationIndex
private final int invocationIndex -
resolutionCache
-
-
Constructor Details
-
BeforeClassTemplateInvocationFieldInjector
BeforeClassTemplateInvocationFieldInjector(ResolverFacade resolverFacade, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)
-
-
Method Details
-
beforeClassTemplateInvocation
public void beforeClassTemplateInvocation(org.junit.jupiter.api.extension.ExtensionContext extensionContext) - Specified by:
beforeClassTemplateInvocationin interfaceorg.junit.jupiter.api.extension.BeforeClassTemplateInvocationCallback
-