Uses of Interface
org.junit.jupiter.api.extension.TestWatcher
-
Packages that use TestWatcher Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.extension 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 TestWatcher Modifier and Type Method Description protected void
MethodBasedTestDescriptor. invokeTestWatchers(JupiterEngineExecutionContext context, boolean reverseOrder, java.util.function.Consumer<TestWatcher> callback)
-
Uses of TestWatcher in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement TestWatcher Modifier and Type Class Description (package private) class
RepetitionExtension
RepetitionExtension
implements the following extension APIs to support repetitions of a@RepeatedTest
method.
-