Uses of Package
org.junit.platform.engine
-
Packages that use org.junit.platform.engine Package Description org.junit.jupiter.engine Core package for the JUnit Jupiter test engine.org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine.org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.discovery Internal classes for test discovery within the JUnit Jupiter test engine.org.junit.jupiter.engine.discovery.predicates Internal predicate classes used by test discovery within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.platform.console.command Commands of JUnit's console launcher.org.junit.platform.console.options Command-line option utility classes of JUnit's console launcher.org.junit.platform.console.output Output printing utility classes of JUnit's console launcher.org.junit.platform.engine Public API for test engines.org.junit.platform.engine.discovery org.junit.platform.engine.reporting Classes used by test engines to report additional data to execution listeners.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.org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.launcher.listeners CommonTestExecutionListenerimplementations and related support classes for theLauncher.org.junit.platform.launcher.listeners.discovery CommonLauncherDiscoveryListenerimplementations and factory methods.org.junit.platform.launcher.tagexpression The tag expression language parser and related support classes.org.junit.platform.runner Runnerand annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform.org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning on the JUnit Platform.org.junit.vintage.engine Core package for the JUnit Vintage test engine.org.junit.vintage.engine.descriptor Test descriptors used within the JUnit Vintage test engine.org.junit.vintage.engine.discovery Internal classes for test discovery within the JUnit Vintage test engine.org.junit.vintage.engine.execution Internal classes for test execution within the JUnit Vintage test engine. -
Classes in org.junit.platform.engine used by org.junit.jupiter.engine Class Description EngineDiscoveryRequest EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers.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.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.jupiter.engine.config Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution.OutputDirectoryCreator Provider of output directories for test engines to write reports and other output files to. -
Classes in org.junit.platform.engine used by org.junit.jupiter.engine.descriptor Class Description DiscoveryIssue DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.DiscoveryIssue.Severity The severity of aDiscoveryIssue.EngineExecutionListener Listener to be notified of test execution events by test engines.TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine.TestDescriptor.Type Supported types forTestDescriptors.TestExecutionResult TestExecutionResultencapsulates the result 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. -
Classes in org.junit.platform.engine used by org.junit.jupiter.engine.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.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.jupiter.engine.discovery.predicates Class Description DiscoveryIssue DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.DiscoveryIssue.Builder Builder for creating aDiscoveryIssue. -
Classes in org.junit.platform.engine used by org.junit.jupiter.engine.execution Class Description EngineExecutionListener Listener to be notified of test execution events by test engines. -
Classes in org.junit.platform.engine used by org.junit.platform.console.command 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.TestEngine ATestEnginefacilitates discovery and execution of tests for a particular programming model. -
Classes in org.junit.platform.engine used by org.junit.platform.console.options 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.DiscoverySelectorIdentifier Identifier for aDiscoverySelectorwith a specific prefix. -
Classes in org.junit.platform.engine used by org.junit.platform.console.output Class Description TestExecutionResult TestExecutionResultencapsulates the result of executing a single 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 Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution.DefaultDiscoveryIssue.Builder DiscoveryFilter ADiscoveryFilteris applied during test discovery to determine if a given container or test should be included in the test plan.DiscoveryIssue DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.DiscoveryIssue.Builder Builder for creating aDiscoveryIssue.DiscoveryIssue.Severity The severity of aDiscoveryIssue.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.DiscoverySelectorIdentifier Identifier for aDiscoverySelectorwith a specific prefix.EngineDiscoveryListener EngineDiscoveryListenerdefines the API which enables aTestEngineto publish information about events that occur during test discovery.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.OutputDirectoryCreator Provider of output directories for test engines to write reports and other output files to.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.UniqueIdFormat Used toUniqueIdFormat.parse(java.lang.String)aUniqueIdfrom a string representation or toUniqueIdFormat.format(org.junit.platform.engine.UniqueId)aUniqueIdinto a string representation. -
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.DiscoverySelectorIdentifier Identifier for aDiscoverySelectorwith a specific prefix.Filter AFiltercan be applied to determine if an object should be included or excluded in a result set.FilterResult The result of applying aFilter.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.platform.engine.reporting Class Description OutputDirectoryCreator Provider of output directories for test engines to write reports and other output files to.TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine. -
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 DiscoveryIssue DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.DiscoveryIssue.Builder Builder for creating aDiscoveryIssue.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 EngineDiscoveryListenerdefines the API which enables aTestEngineto publish information about events that occur during test discovery.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.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
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.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.platform.launcher Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution.EngineDiscoveryListener EngineDiscoveryListenerdefines the API which enables aTestEngineto publish information about events that occur during test discovery.EngineDiscoveryRequest EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers.Filter AFiltercan be applied to determine if an object should be included or excluded in a result set.FilterResult The result of applying aFilter.OutputDirectoryCreator Provider of output directories for test engines to write reports and other output files to.TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine.TestDescriptor.Type Supported types forTestDescriptors.TestEngine ATestEnginefacilitates discovery and execution of tests for a particular programming model.TestExecutionResult TestExecutionResultencapsulates the result 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. -
Classes in org.junit.platform.engine used by org.junit.platform.launcher.core 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.DiscoveryIssue DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.DiscoveryIssue.Severity The severity of aDiscoveryIssue.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 EngineDiscoveryListenerdefines the API which enables aTestEngineto publish information about events that occur during test discovery.EngineDiscoveryRequest EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers.EngineExecutionListener Listener to be notified of test execution events by test engines.Filter AFiltercan be applied to determine if an object should be included or excluded in a result set.FilterResult The result of applying aFilter.OutputDirectoryCreator Provider of output directories for test engines to write reports and other output files to.SelectorResolutionResult TestDescriptor Mutable descriptor for a test or container that has been discovered by aTestEngine.TestDescriptor.Visitor Visitor for the tree-likeTestDescriptorstructure.TestEngine ATestEnginefacilitates discovery and execution of tests for a particular programming model.TestExecutionResult TestExecutionResultencapsulates the result 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.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.launcher.listeners Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution.TestExecutionResult TestExecutionResultencapsulates the result of executing a single test or container. -
Classes in org.junit.platform.engine used by org.junit.platform.launcher.listeners.discovery Class Description DiscoveryIssue DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.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 EngineDiscoveryListenerdefines the API which enables aTestEngineto publish information about events that occur during test discovery.SelectorResolutionResult UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.platform.launcher.tagexpression Class Description TestTag Immutable value object for a tag that is assigned to a test or container. -
Classes in org.junit.platform.engine used by org.junit.platform.runner Class Description TestExecutionResult TestExecutionResultencapsulates the result of executing a single 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.suite.commons Class Description ConfigurationParameters Configuration parameters thatTestEnginesmay use to influence test discovery and execution.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.OutputDirectoryCreator Provider of output directories for test engines to write reports and other output files to. -
Classes in org.junit.platform.engine used by org.junit.platform.testkit.engine Class Description DiscoveryFilter ADiscoveryFilteris applied during test discovery to determine if a given container or test should be included in the test plan.DiscoveryIssue DiscoveryIssuerepresents an issue that was encountered during test discovery by aTestEngine.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.EngineExecutionListener Listener to be notified of test execution events by test engines.Filter AFiltercan be applied to determine if an object should be included or excluded in a result set.OutputDirectoryCreator Provider of output directories for test engines to write reports and other output files to.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.TestExecutionResult.Status Status of executing a single test or container.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.vintage.engine Class Description EngineDiscoveryRequest EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers.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.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.vintage.engine.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.vintage.engine.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.UniqueId UniqueIdencapsulates the creation, parsing, and display of unique IDs forTestDescriptors. -
Classes in org.junit.platform.engine used by org.junit.vintage.engine.execution Class Description 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.TestExecutionResult TestExecutionResultencapsulates the result of executing a single test or container.