Uses of Class
org.junit.platform.runner.JUnitPlatformTestTree
-
Packages that use JUnitPlatformTestTree Package Description org.junit.platform.runner Runner
and annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment. -
-
Uses of JUnitPlatformTestTree in org.junit.platform.runner
Fields in org.junit.platform.runner declared as JUnitPlatformTestTree Modifier and Type Field Description private JUnitPlatformTestTree
JUnitPlatform. testTree
private JUnitPlatformTestTree
JUnitPlatformRunnerListener. testTree
Methods in org.junit.platform.runner that return JUnitPlatformTestTree Modifier and Type Method Description private JUnitPlatformTestTree
JUnitPlatform. generateTestTree(LauncherDiscoveryRequest discoveryRequest)
Constructors in org.junit.platform.runner with parameters of type JUnitPlatformTestTree Constructor Description JUnitPlatformRunnerListener(JUnitPlatformTestTree testTree, org.junit.runner.notification.RunNotifier notifier)
-