Package | Description |
---|---|
org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
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.jupiter.migrationsupport.rules |
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
|
org.junit.jupiter.params |
JUnit Jupiter extension for parameterized tests.
|
Modifier and Type | Method and Description |
---|---|
ExtensionContext.Store |
ExtensionContext.getStore(ExtensionContext.Namespace namespace)
Get the
ExtensionContext.Store for the supplied ExtensionContext.Namespace . |
Modifier and Type | Method and Description |
---|---|
ExtensionContext.Store |
AbstractExtensionContext.getStore(ExtensionContext.Namespace namespace) |
Modifier and Type | Class and Description |
---|---|
class |
NamespaceAwareStore |
Modifier and Type | Method and Description |
---|---|
private ExtensionContext.Store |
ExpectedExceptionSupport.getStore(ExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
private ExtensionContext.Store |
ParameterizedTestExtension.getStore(ExtensionContext context) |