Package org.junit.platform.launcher
package org.junit.platform.launcher
Public API for configuring and launching test plans.
This API is typically used by IDEs and build tools.
-
ClassDescriptionAbstract
MethodFilterthat servers as a superclass for filters including or excluding fully qualified method names without parameters based on pattern-matching.EngineDiscoveryResultencapsulates the result of test discovery by aTestEngine.Status of test discovery by aTestEngine.AnEngineFilteris applied to allTestEnginesbefore they are used.MethodFilterthat matches fully qualified method names against patterns in the form of regular expressions.MethodFilterthat matches fully qualified method names against patterns in the form of regular expressions.TheLauncherAPI is the main entry point for client code that wishes to discover and execute tests using one or more test engines.Collection of constants related toLauncher.Register a concrete implementation of this interface with aLauncherDiscoveryRequestBuilderorLauncherto be notified of events that occur during test discovery.LauncherDiscoveryRequestextends theEngineDiscoveryRequestAPI with additional filters that are applied by theLauncheritself.Interceptor for test discovery and execution by aLauncherin the context of aLauncherSession.An invocation that can be intercepted.TheLauncherSessionAPI is the main entry point for client code that wishes to repeatedly discover and execute tests using one or more test engines.Register an implementation of this interface to be notified when aLauncherSessionis opened and closed.PostDiscoveryFilterthat is applied to the fully qualifiedMethodname without parameters.APostDiscoveryFilteris applied toTestDescriptorsafter test discovery.Factory methods for creatingPostDiscoveryFiltersbased on included and excluded tags or tag expressions.Register a concrete implementation of this interface with aLauncherto be notified of events that occur during test execution.Immutable data transfer object that represents a test or container which is usually part of aTestPlan.Represents the serialized output ofTestIdentifier.TestPlandescribes the tree of tests and containers as discovered by aLauncher.Visitor forTestIdentifiersin aTestPlan.