Package org.junit.jupiter.params
Interface ResolutionCache
-
- All Known Implementing Classes:
ResolutionCache.Concurrent
interface ResolutionCache- Since:
- 5.13
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResolutionCache.Concurrent
-
Field Summary
Fields Modifier and Type Field Description static ResolutionCacheDISABLED
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ResolutionCacheenabled()java.lang.Objectresolve(ParameterDeclaration declaration, java.util.function.Supplier<java.lang.Object> resolver)
-
-
-
Field Detail
-
DISABLED
static final ResolutionCache DISABLED
-
-
Method Detail
-
enabled
static ResolutionCache enabled()
-
resolve
java.lang.Object resolve(ParameterDeclaration declaration, java.util.function.Supplier<java.lang.Object> resolver)
-
-