Uses of Class
org.junit.platform.runner.JUnitPlatformTestTree
-
Packages that use JUnitPlatformTestTree Package Description org.junit.platform.runner Runnerand 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 JUnitPlatformTestTreeJUnitPlatform. testTreeprivate JUnitPlatformTestTreeJUnitPlatformRunnerListener. testTreeMethods in org.junit.platform.runner that return JUnitPlatformTestTree Modifier and Type Method Description private JUnitPlatformTestTreeJUnitPlatform. 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)
-