Package org.junit.jupiter.params
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 java.lang.Object implements org.junit.jupiter.api.extension.BeforeClassTemplateInvocationCallback
-
-
Field Summary
Fields Modifier and Type Field Description private EvaluatedArgumentSetargumentsprivate intinvocationIndexprivate ResolutionCacheresolutionCacheprivate ResolverFacaderesolverFacade
-
Constructor Summary
Constructors Constructor Description BeforeClassTemplateInvocationFieldInjector(ResolverFacade resolverFacade, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeClassTemplateInvocation(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
-
-
Field Detail
-
resolverFacade
private final ResolverFacade resolverFacade
-
arguments
private final EvaluatedArgumentSet arguments
-
invocationIndex
private final int invocationIndex
-
resolutionCache
private final ResolutionCache resolutionCache
-
-
Constructor Detail
-
BeforeClassTemplateInvocationFieldInjector
BeforeClassTemplateInvocationFieldInjector(ResolverFacade resolverFacade, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)
-
-