| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private NamespacedHierarchicalStore<ExtensionContext.Namespace> |
AbstractExtensionContext.valuesStore |
| Modifier and Type | Method and Description |
|---|---|
private NamespacedHierarchicalStore<ExtensionContext.Namespace> |
AbstractExtensionContext.createStore(ExtensionContext parent) |
| Modifier and Type | Field and Description |
|---|---|
private NamespacedHierarchicalStore<ExtensionContext.Namespace> |
NamespaceAwareStore.valuesStore |
| Constructor and Description |
|---|
NamespaceAwareStore(NamespacedHierarchicalStore<ExtensionContext.Namespace> valuesStore,
ExtensionContext.Namespace namespace) |
| Modifier and Type | Field and Description |
|---|---|
private NamespacedHierarchicalStore<N> |
NamespacedHierarchicalStore.parentStore |
| Modifier and Type | Method and Description |
|---|---|
NamespacedHierarchicalStore<N> |
NamespacedHierarchicalStore.newChild()
Create a child store with this store as its parent using the same close
action.
|
| Constructor and Description |
|---|
NamespacedHierarchicalStore(NamespacedHierarchicalStore<N> parentStore)
Create a new store with the supplied parent.
|
NamespacedHierarchicalStore(NamespacedHierarchicalStore<N> parentStore,
NamespacedHierarchicalStore.CloseAction<N> closeAction)
Create a new store with the supplied parent and close action.
|