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

Packages that use TestExecutionResult
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Configuration options for JUnit's console launcher.
Internal execution tasks for JUnit's console launcher.
Public API for test engines.
Support classes and base implementation for any TestEngine that wishes to organize test suites hierarchically based on the Node abstraction.
Public API for configuring and launching test plans.
Core support classes for the Launcher including the LauncherFactory and the LauncherDiscoveryRequestBuilder.
Common TestExecutionListener implementations and related support classes for the Launcher.
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.
Support for generating Open Test Reporting compatible XML event reports.
Runner and annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment.
Test Kit for testing the execution of a TestEngine running on the JUnit Platform.
Internal classes for test execution within the JUnit Vintage test engine.