Package | Description |
---|---|
org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder . |
org.junit.vintage.engine |
Core package for the JUnit Vintage test engine.
|
Modifier and Type | Class and Description |
---|---|
class |
JupiterTestEngine
The JUnit Jupiter
TestEngine . |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalTestEngine<C extends EngineExecutionContext>
Abstract base class for all
TestEngine implementations that wish
to organize test suites hierarchically based on the Node abstraction. |
Modifier and Type | Method and Description |
---|---|
FilterResult |
EngineFilter.apply(TestEngine testEngine) |
Modifier and Type | Method and Description |
---|---|
Collection<TestEngine> |
LauncherConfig.getAdditionalTestEngines()
Get the collection of additional test engines that should be added to
the
Launcher . |
Modifier and Type | Method and Description |
---|---|
LauncherConfig.Builder |
LauncherConfig.Builder.addTestEngines(TestEngine... engines)
Add all of the supplied
engines to the configuration. |
Modifier and Type | Class and Description |
---|---|
class |
VintageTestEngine
The JUnit Vintage
TestEngine . |
Copyright © 2022. All rights reserved.