Uses of Interface
org.junit.jupiter.params.ResolutionCache
Packages that use ResolutionCache
-
Uses of ResolutionCache in org.junit.jupiter.params
Classes in org.junit.jupiter.params that implement ResolutionCacheFields in org.junit.jupiter.params declared as ResolutionCacheModifier and TypeFieldDescriptionstatic final ResolutionCacheResolutionCache.DISABLEDprivate final ResolutionCacheAbstractParameterizedClassInvocationLifecycleMethodInvoker.resolutionCacheprivate final ResolutionCacheBeforeClassTemplateInvocationFieldInjector.resolutionCacheprivate final ResolutionCacheInstancePostProcessingClassTemplateFieldInjector.resolutionCacheprivate final ResolutionCacheParameterizedClassInvocationContext.resolutionCacheprivate final ResolutionCacheParameterizedInvocationParameterResolver.resolutionCacheMethods in org.junit.jupiter.params that return ResolutionCacheMethods in org.junit.jupiter.params with parameters of type ResolutionCacheModifier and TypeMethodDescriptionArgumentSetLifecycleMethod.ParameterResolver.resolve(org.junit.jupiter.api.extension.ParameterContext parameterContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver.resolve(org.junit.jupiter.api.extension.ParameterContext parameterContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) (package private) ObjectResolverFacade.resolve(org.junit.jupiter.api.extension.ParameterContext parameterContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) Resolve the parameter for the supplied context using the supplied arguments.(package private) voidResolverFacade.resolveAndInjectFields(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) private voidResolverFacade.setField(Object testInstance, ResolverFacade.FieldParameterDeclaration declaration, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) Constructors in org.junit.jupiter.params with parameters of type ResolutionCacheModifierConstructorDescription(package private)AbstractParameterizedClassInvocationLifecycleMethodInvoker(ParameterizedClassContext declarationContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache, ArgumentSetLifecycleMethod lifecycleMethod) (package private)AfterParameterizedClassInvocationMethodInvoker(ParameterizedClassContext declarationContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache, ArgumentSetLifecycleMethod lifecycleMethod) (package private)BeforeClassTemplateInvocationFieldInjector(ResolverFacade resolverFacade, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) (package private)BeforeParameterizedClassInvocationMethodInvoker(ParameterizedClassContext declarationContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache, ArgumentSetLifecycleMethod lifecycleMethod) (package private)ClassTemplateConstructorParameterResolver(ParameterizedClassContext classContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) (package private)InstancePostProcessingClassTemplateFieldInjector(ResolverFacade resolverFacade, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache) (package private)ParameterizedInvocationParameterResolver(ResolverFacade resolverFacade, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)