Uses of Class
org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
-
Packages that use ExtensionValuesStore.CompositeKey Package Description org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine. -
-
Uses of ExtensionValuesStore.CompositeKey in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution with type parameters of type ExtensionValuesStore.CompositeKey Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ExtensionValuesStore.CompositeKey,ExtensionValuesStore.StoredValue>
ExtensionValuesStore. storedValues
Methods in org.junit.jupiter.engine.execution with parameters of type ExtensionValuesStore.CompositeKey Modifier and Type Method Description private ExtensionValuesStore.StoredValue
ExtensionValuesStore. getStoredValue(ExtensionValuesStore.CompositeKey compositeKey)
-