Uses of Package
org.junit.platform.engine
Packages that use org.junit.platform.engine
Package
Description
Public API for test engines.
ConfigurationParameters
-related support
classes intended to be used by test engine implementations.TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.Configurable test discovery implementation that can be reused by different test engines.
Filter
-related support classes intended to be
used by test engine implementations.Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.-
Classes in org.junit.platform.engine used by org.junit.platform.engineClassDescriptionConfiguration parameters that
TestEngines
may use to influence test discovery and execution.ADiscoveryFilter
is applied during test discovery to determine if a given container or test should be included in the test plan.A selector defines what aTestEngine
can use to discover tests — for example, the name of a Java class, the path to a file or directory, etc.Identifier forDiscoverySelectors
with a specific prefix.EngineDiscoveryListener
containsTestEngine
access to the information necessary to discover tests and containers.EngineDiscoveryRequest
provides aTestEngine
access to the information necessary to discover tests and containers.Listener to be notified of test execution events by test engines.Provides a singleTestEngine
access to the information necessary to execute its tests.AFilter
can be applied to determine if an object should be included or excluded in a result set.The result of applying aFilter
.Status of resolving aDiscoverySelector
.Mutable descriptor for a test or container that has been discovered by aTestEngine
.Supported types forTestDescriptors
.Visitor for the tree-likeTestDescriptor
structure.TestExecutionResult
encapsulates 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.UniqueId
encapsulates the creation, parsing, and display of unique IDs forTestDescriptors
.A segment of aUniqueId
comprises a type and a value. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.discoveryClassDescriptionA
DiscoveryFilter
is applied during test discovery to determine if a given container or test should be included in the test plan.A selector defines what aTestEngine
can use to discover tests — for example, the name of a Java class, the path to a file or directory, etc.Identifier forDiscoverySelectors
with a specific prefix.AFilter
can be applied to determine if an object should be included or excluded in a result set.UniqueId
encapsulates the creation, parsing, and display of unique IDs forTestDescriptors
. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.configClassDescriptionConfiguration parameters that
TestEngines
may use to influence test discovery and execution. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.descriptorClassDescriptionMutable descriptor for a test or container that has been discovered by a
TestEngine
.Supported types forTestDescriptors
.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.UniqueId
encapsulates the creation, parsing, and display of unique IDs forTestDescriptors
. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.discoveryClassDescriptionA selector defines what a
TestEngine
can use to discover tests — for example, the name of a Java class, the path to a file or directory, etc.EngineDiscoveryRequest
provides aTestEngine
access to the information necessary to discover tests and containers.Mutable descriptor for a test or container that has been discovered by aTestEngine
.Visitor for the tree-likeTestDescriptor
structure. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.filterClassDescription
EngineDiscoveryRequest
provides aTestEngine
access to the information necessary to discover tests and containers. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.hierarchicalClassDescriptionConfiguration parameters that
TestEngines
may use to influence test discovery and execution.Listener to be notified of test execution events by test engines.Provides a singleTestEngine
access to the information necessary to execute its tests.Mutable descriptor for a test or container that has been discovered by aTestEngine
.ATestEngine
facilitates discovery and execution of tests for a particular programming model.TestExecutionResult
encapsulates the result of executing a single test or container.