| 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.vintage.engine | 
 Core package for the JUnit Vintage test engine. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
JupiterTestEngine | 
 The JUnit Jupiter  
TestEngine. | 
| Modifier and Type | Class | 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 | Description | 
|---|---|---|
FilterResult | 
EngineFilter.apply(TestEngine testEngine) | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
VintageTestEngine | 
 The JUnit Vintage  
TestEngine. |