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