Module org.junit.platform.engine
Package org.junit.platform.engine
package org.junit.platform.engine
Public API for test engines.
- 
ClassDescriptionConfiguration parameters that
TestEnginesmay use to influence test discovery and execution.ADiscoveryFilteris applied during test discovery to determine if a given container or test should be included in the test plan.DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.Builder for creating aDiscoveryIssue.The severity of aDiscoveryIssue.A selector defines what aTestEnginecan use to discover tests — for example, the name of a Java class, the path to a file or directory, etc.Identifier for aDiscoverySelectorwith a specific prefix.EngineDiscoveryListenerdefines the API which enables aTestEngineto publish information about events that occur during test discovery.EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers.Listener to be notified of test execution events by test engines.Provides a singleTestEngineaccess to the information necessary to execute its tests.Filter<T>AFiltercan be applied to determine if an object should be included or excluded in a result set.The result of applying aFilter.Provider of output directories for test engines to write reports and other output files to.Status of resolving aDiscoverySelector.Mutable descriptor for a test or container that has been discovered by aTestEngine.Supported types forTestDescriptors.Visitor for the tree-likeTestDescriptorstructure.ATestEnginefacilitates discovery and execution of tests for a particular programming model.TestExecutionResultencapsulates the result of executing a single test or container.Status of executing a single test or container.Representation of the source of a test or container used to navigate to its location by IDEs and build tools.Immutable value object for a tag that is assigned to a test or container.UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors.A segment of aUniqueIdcomprises a type and a value.