Uses of Class
org.junit.platform.engine.TestExecutionResult

Packages that use TestExecutionResult
Package Description
org.junit.jupiter.engine.descriptor
Test descriptors used within the JUnit Jupiter test engine.
org.junit.platform.console.options
Configuration options for JUnit's console launcher.
org.junit.platform.engine
Public API for test engines.
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.
org.junit.platform.jfr
Java Flight Recorder support package.
org.junit.platform.launcher
Public API for configuring and launching test plans.
org.junit.platform.launcher.listeners
Common TestExecutionListener implementations and related support classes for the Launcher.
org.junit.platform.reporting.legacy.xml
Support for generating XML reports using a format which is compatible with the de facto standard for JUnit 4 based test reports that was made popular by the Ant build system.
org.junit.platform.testkit.engine
Test Kit for testing the execution of a TestEngine running on the JUnit Platform.