| Package | Description |
|---|---|
| org.junit.jupiter.engine.descriptor |
Test descriptors used 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 static NamespacedHierarchicalStore.CloseAction<ExtensionContext.Namespace> |
AbstractExtensionContext.CLOSE_RESOURCES |
| Modifier and Type | Field and Description |
|---|---|
private NamespacedHierarchicalStore.CloseAction<N> |
NamespacedHierarchicalStore.closeAction |
| Modifier and Type | Method and Description |
|---|---|
private void |
NamespacedHierarchicalStore.EvaluatedValue.close(NamespacedHierarchicalStore.CloseAction<N> closeAction) |
| Constructor and Description |
|---|
NamespacedHierarchicalStore(NamespacedHierarchicalStore<N> parentStore,
NamespacedHierarchicalStore.CloseAction<N> closeAction)
Create a new store with the supplied parent and close action.
|