Uses of Interface
org.junit.platform.engine.support.hierarchical.ThrowableCollector.Executable
Packages that use 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
Methods in org.junit.platform.engine.support.hierarchical with parameters of type ThrowableCollector.ExecutableModifier and TypeMethodDescriptionvoid
ThrowableCollector.execute(ThrowableCollector.Executable executable)
Execute the suppliedThrowableCollector.Executable
and collect anyThrowable
thrown during the execution.