Uses of Class
org.junit.jupiter.engine.execution.ExtensionValuesStore.StoredValue
Packages that use ExtensionValuesStore.StoredValue
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of ExtensionValuesStore.StoredValue in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution with type parameters of type ExtensionValuesStore.StoredValueModifier and TypeFieldDescriptionprivate static final Comparator<ExtensionValuesStore.StoredValue>
ExtensionValuesStore.REVERSE_INSERT_ORDER
ExtensionValuesStore.storedValues
Methods in org.junit.jupiter.engine.execution that return ExtensionValuesStore.StoredValueModifier and TypeMethodDescriptionprivate ExtensionValuesStore.StoredValue
ExtensionValuesStore.getStoredValue
(ExtensionValuesStore.CompositeKey compositeKey) private ExtensionValuesStore.StoredValue
ExtensionValuesStore.storedValue
(Supplier<Object> value)