| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
TestInstanceFactory.createTestInstance(TestInstanceFactoryContext factoryContext,
ExtensionContext extensionContext)
Callback for creating a test instance for the supplied context.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultTestInstanceFactoryContext
Default implementation of the
TestInstanceFactoryContext API. |