Uses of Class
org.junit.jupiter.engine.execution.ExtensionValuesStore.StoredValue
-
Packages that use ExtensionValuesStore.StoredValue Package Description org.junit.jupiter.engine.execution 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.StoredValue Modifier and Type Field Description private static java.util.Comparator<ExtensionValuesStore.StoredValue>
ExtensionValuesStore. REVERSE_INSERT_ORDER
private java.util.concurrent.ConcurrentMap<ExtensionValuesStore.CompositeKey,ExtensionValuesStore.StoredValue>
ExtensionValuesStore. storedValues
Methods in org.junit.jupiter.engine.execution that return ExtensionValuesStore.StoredValue Modifier and Type Method Description private ExtensionValuesStore.StoredValue
ExtensionValuesStore. getStoredValue(ExtensionValuesStore.CompositeKey compositeKey)
private ExtensionValuesStore.StoredValue
ExtensionValuesStore. storedValue(java.util.function.Supplier<java.lang.Object> value)
-