Uses of Interface
org.junit.jupiter.api.extension.TestWatcher
Packages that use TestWatcher
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
-
Uses of TestWatcher in org.junit.jupiter.engine.descriptor
Method parameters in org.junit.jupiter.engine.descriptor with type arguments of type TestWatcherModifier and TypeMethodDescriptionprotected void
MethodBasedTestDescriptor.invokeTestWatchers
(JupiterEngineExecutionContext context, boolean reverseOrder, Consumer<TestWatcher> callback) -
Uses of TestWatcher in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement TestWatcherModifier and TypeClassDescription(package private) class
RepetitionExtension
implements the following extension APIs to support repetitions of a@RepeatedTest
method.