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 and 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 © 2022. All rights reserved.