Uses of Interface
org.junit.jupiter.api.extension.ExtensionContext

Packages that use ExtensionContext
Package
Description
JUnit Jupiter API for writing extensions.
JUnit Jupiter API support for writing extensions.
IO-related support in JUnit Jupiter.
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
Extensions which provide support for conditional test execution features of JUnit 4 (e.g., the @Ignore annotation) within JUnit Jupiter.
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
The ArgumentsAggregator and ArgumentsAccessor interfaces and the AggregateWith annotation.
ArgumentConverter implementations and the corresponding @ConvertWith annotation.
ArgumentsProvider implementations and their corresponding ArgumentsSource annotations.
Support classes for building providers and converters for arguments.