| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private ExtensionValuesStore |
AbstractExtensionContext.valuesStore |
| Modifier and Type | Method and Description |
|---|---|
private ExtensionValuesStore |
AbstractExtensionContext.createStore(ExtensionContext parent) |
| Modifier and Type | Field and Description |
|---|---|
private ExtensionValuesStore |
ExtensionValuesStore.parentStore |
private ExtensionValuesStore |
NamespaceAwareStore.valuesStore |
| Constructor and Description |
|---|
ExtensionValuesStore(ExtensionValuesStore parentStore) |
NamespaceAwareStore(ExtensionValuesStore valuesStore,
ExtensionContext.Namespace namespace) |