| Package | Description |
|---|---|
| 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 | Description |
|---|---|---|
default void |
Node.around(C context,
Node.Invocation<C> invocation) |
Wraps around the invocation of
Node.before(EngineExecutionContext),
Node.execute(EngineExecutionContext, DynamicTestExecutor), and
Node.after(EngineExecutionContext). |
Copyright © 2019. All rights reserved.