All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description EngineDiscoveryResult EngineDiscoveryResultencapsulates the result of test discovery by aTestEngine.EngineDiscoveryResult.Status Status of test discovery by aTestEngine.EngineFilter AnEngineFilteris applied to allTestEnginesbefore they are used.Launcher TheLauncherAPI is the main entry point for client code that wishes to discover and execute tests using one or more test engines.LauncherConfig LauncherConfigdefines the configuration API for creatingLauncherinstances via theLauncherFactory.LauncherConfig.Builder Builder API forLauncherConfig.LauncherConstants Collection of constants related toLauncher.LauncherDiscoveryListener Register a concrete implementation of this interface with aLauncherDiscoveryRequestBuilderto be notified of events that occur during test discovery.LauncherDiscoveryListeners Collection ofstaticfactory methods for creatingLauncherDiscoveryListeners.LauncherDiscoveryRequest LauncherDiscoveryRequestextends theEngineDiscoveryRequestAPI with additional filters that are applied by theLauncheritself.LauncherDiscoveryRequestBuilder TheLauncherDiscoveryRequestBuilderprovides a light-weight DSL for generating aLauncherDiscoveryRequest.LauncherFactory Factory for creatingLauncherinstances by invokingLauncherFactory.create()orLauncherFactory.create(LauncherConfig).LegacyReportingUtils Deprecated. Useorg.junit.platform.reporting.legacy.LegacyReportingUtilsinstead.LoggingListener SimpleTestExecutionListenerfor logging informational messages for all events via aBiConsumerthat consumesThrowableandSupplier<String>.ParseResult The result of attempting to parse aTagExpression.PostDiscoveryFilter APostDiscoveryFilteris applied toTestDescriptorsafter test discovery.SummaryGeneratingListener SimpleTestExecutionListenerthat generates a summary of the test execution.TagExpression A tag expression can be evaluated against a collection of tags to determine if they match the expression.TagFilter Factory methods for creatingPostDiscoveryFiltersbased on included and excluded tags or tag expressions.TestExecutionListener Register a concrete implementation of this interface with aLauncherto be notified of events that occur during test execution.TestExecutionSummary Summary of test plan execution.TestExecutionSummary.Failure Failure of a test or container.TestIdentifier Immutable data transfer object that represents a test or container which is usually part of aTestPlan.TestPlan TestPlandescribes the tree of tests and containers as discovered by aLauncher.