Uses of Package
org.junit.platform.engine.support.store
-
Packages that use org.junit.platform.engine.support.store Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.platform.engine.support.store Reusable data structures for test engines and their extensions. -
Classes in org.junit.platform.engine.support.store used by org.junit.jupiter.engine.descriptor Class Description NamespacedHierarchicalStore NamespacedHierarchicalStore
is a hierarchical, namespaced key-value store.NamespacedHierarchicalStore.CloseAction Called for each successfully stored non-null value in the store when aNamespacedHierarchicalStore
isclosed
. -
Classes in org.junit.platform.engine.support.store used by org.junit.jupiter.engine.execution Class Description NamespacedHierarchicalStore NamespacedHierarchicalStore
is a hierarchical, namespaced key-value store. -
Classes in org.junit.platform.engine.support.store used by org.junit.platform.engine.support.store Class Description NamespacedHierarchicalStore NamespacedHierarchicalStore
is a hierarchical, namespaced key-value store.NamespacedHierarchicalStore.CloseAction Called for each successfully stored non-null value in the store when aNamespacedHierarchicalStore
isclosed
.NamespacedHierarchicalStore.CompositeKey NamespacedHierarchicalStore.EvaluatedValue NamespacedHierarchicalStore.StoredValue NamespacedHierarchicalStoreException Exception thrown by failedNamespacedHierarchicalStore
operations.