Uses of Interface
org.junit.platform.engine.support.hierarchical.ThrowableCollector.Executable
-
Packages that use ThrowableCollector.Executable Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of ThrowableCollector.Executable in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical with parameters of type ThrowableCollector.Executable Modifier and Type Method Description void
ThrowableCollector. execute(ThrowableCollector.Executable executable)
Execute the suppliedThrowableCollector.Executable
and collect anyThrowable
thrown during the execution.
-