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. -
-
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, Consumer<TestWatcher> callback)
-