Uses of Interface
org.junit.jupiter.params.ResolutionCache
-
Packages that use ResolutionCache Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests. -
-
Uses of ResolutionCache in org.junit.jupiter.params
Classes in org.junit.jupiter.params that implement ResolutionCache Modifier and Type Class Description static classResolutionCache.ConcurrentFields in org.junit.jupiter.params declared as ResolutionCache Modifier and Type Field Description static ResolutionCacheResolutionCache. DISABLEDprivate ResolutionCacheAbstractParameterizedClassInvocationLifecycleMethodInvoker. resolutionCacheprivate ResolutionCacheBeforeClassTemplateInvocationFieldInjector. resolutionCacheprivate ResolutionCacheInstancePostProcessingClassTemplateFieldInjector. resolutionCacheprivate ResolutionCacheParameterizedClassInvocationContext. resolutionCacheprivate ResolutionCacheParameterizedInvocationParameterResolver. resolutionCacheMethods in org.junit.jupiter.params that return ResolutionCache Modifier and Type Method Description static ResolutionCacheResolutionCache. enabled()Methods in org.junit.jupiter.params with parameters of type ResolutionCache Modifier and Type Method Description java.lang.ObjectArgumentSetLifecycleMethod.ParameterResolver. resolve(org.junit.jupiter.api.extension.ParameterContext parameterContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)java.lang.ObjectResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver. resolve(org.junit.jupiter.api.extension.ParameterContext parameterContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)(package private) java.lang.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(java.lang.Object testInstance, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)private voidResolverFacade. setField(java.lang.Object testInstance, ResolverFacade.FieldParameterDeclaration declaration, org.junit.jupiter.api.extension.ExtensionContext extensionContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache)
-