Uses of Interface
org.junit.platform.engine.support.hierarchical.ThrowableCollector.Executable
Package
Description
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.-
Uses of ThrowableCollector.Executable in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionvoid
ThrowableCollector.execute(ThrowableCollector.Executable executable)
Execute the suppliedThrowableCollector.Executable
and collect anyThrowable
thrown during the execution.