| 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(org.junit.jupiter.api.extension.ExtensionContext parent,
org.junit.platform.engine.EngineExecutionListener engineExecutionListener,
TestMethodTestDescriptor testDescriptor,
java.lang.Object testInstance,
ThrowableCollector throwableCollector) |