Uses of Package
org.junit.platform.engine
-
Packages that use org.junit.platform.engine Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.discovery org.junit.platform.engine.support.config ConfigurationParameters-related support classes intended to be used by test engine implementations.org.junit.platform.engine.support.descriptor TestDescriptor-related support classes intended to be used by test engine implementations and clients of the launcher.org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines.org.junit.platform.engine.support.filter Filter-related support classes intended to be used by test engine implementations.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
Classes in org.junit.platform.engine used by org.junit.platform.engine Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution.DiscoveryFilter ADiscoveryFilteris applied during test discovery to determine if a given container or test should be included in the test plan.DiscoverySelector 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.EngineDiscoveryListener EngineDiscoveryListenercontainsTestEngineaccess to the information necessary to discover tests and containers.EngineDiscoveryRequest EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers.EngineExecutionListener Listener to be notified of test execution events by test engines.ExecutionRequest Provides a singleTestEngineaccess to the information necessary to execute its tests.Filter AFiltercan be applied to determine if an object should be included or excluded in a result set.FilterResult The result of applying aFilter.SelectorResolutionResult SelectorResolutionResult.Status Status of resolving aDiscoverySelector.TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine.TestDescriptor.Type Supported types forTestDescriptors.TestDescriptor.Visitor Visitor for the tree-likeTestDescriptorstructure.TestExecutionResult TestExecutionResultencapsulates the result of executing a single test or container.TestExecutionResult.Status Status of executing a single test or container.TestSource Representation of the source of a test or container used to navigate to its location by IDEs and build tools.TestTag Immutable value object for a tag that is assigned to a test or container.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors.UniqueId.Segment A segment of aUniqueIdcomprises a type and a value. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.discovery Class Description DiscoveryFilter ADiscoveryFilteris applied during test discovery to determine if a given container or test should be included in the test plan.DiscoverySelector 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.Filter AFiltercan be applied to determine if an object should be included or excluded in a result set.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.config Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.descriptor Class Description TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine.TestDescriptor.Type Supported types forTestDescriptors.TestSource Representation of the source of a test or container used to navigate to its location by IDEs and build tools.TestTag Immutable value object for a tag that is assigned to a test or container.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.discovery Class Description DiscoverySelector 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.EngineDiscoveryRequest EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers.TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine.TestDescriptor.Visitor Visitor for the tree-likeTestDescriptorstructure. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.filter Class Description EngineDiscoveryRequest EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.support.hierarchical Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution.EngineExecutionListener Listener to be notified of test execution events by test engines.ExecutionRequest Provides a singleTestEngineaccess to the information necessary to execute its tests.TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine.TestEngine ATestEnginefacilitates discovery and execution of tests for a particular programming model.TestExecutionResult TestExecutionResultencapsulates the result of executing a single test or container.