Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
Modifier and Type | Method and Description |
---|---|
private <T extends Extension> |
TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(JupiterEngineExecutionContext context,
java.util.function.BiFunction<ExtensionContext,T,ThrowableCollector.Executable> generator,
java.lang.Class<T> type) |
private <T extends Extension> |
TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(JupiterEngineExecutionContext context,
java.util.function.BiFunction<ExtensionContext,T,ThrowableCollector.Executable> generator,
java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
void |
ThrowableCollector.execute(ThrowableCollector.Executable executable)
Execute the supplied
ThrowableCollector.Executable and collect any Throwable
thrown during the execution. |