Top Description Packages
junit 5.10.2

Module org.junit.platform.engine

Requires
org.junit.platform.commons, java.base, org.apiguardian.api, org.opentest4j

JUnit Platform Engine API

Public API for test engines.

Provides the org.junit.platform.engine.TestEngine interface, test discovery and execution reporting support.

Since
1.0

Package Summary

Modifier and TypePackage and Description
exported package
org.junit.platform.engine

Public API for test engines.

exported package
exported package
org.junit.platform.engine.reporting

Classes used by test engines to report additional data to execution listeners.

exported package
org.junit.platform.engine.support.config

org.junit.platform.engine.ConfigurationParameters-related support classes intended to be used by test engine implementations.

exported package
org.junit.platform.engine.support.descriptor

org.junit.platform.engine.TestDescriptor-related support classes intended to be used by test engine implementations and clients of the launcher.

exported package
org.junit.platform.engine.support.discovery

Configurable test discovery implementation that can be reused by different test engines.

exported package
org.junit.platform.engine.support.filter

org.junit.platform.engine.Filter-related support classes intended to be used by test engine implementations.

exported package
org.junit.platform.engine.support.hierarchical

Support classes and base implementation for any org.junit.platform.engine.TestEngine that wishes to organize test suites hierarchically based on the org.junit.platform.engine.support.hierarchical.Node abstraction.

exported package
org.junit.platform.engine.support.store

Reusable data structures for test engines and their extensions.