| Package | Description |
|---|---|
| org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestFactoryTestDescriptor
TestDescriptor for
@TestFactory methods. |
class |
TestTemplateInvocationTestDescriptor
TestDescriptor for a @TestTemplate
invocation. |
| Constructor and Description |
|---|
MethodExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
TestMethodTestDescriptor testDescriptor,
Object testInstance,
ThrowableCollector throwableCollector) |