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 TypeMethodDescriptionvoidThrowableCollector.execute(ThrowableCollector.Executable executable) Execute the suppliedThrowableCollector.Executableand collect anyThrowablethrown during the execution.