Uses of Class
org.junit.platform.runner.JUnitPlatformTestTree
Packages that use JUnitPlatformTestTree
Package
Description
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 JUnitPlatformTestTreeModifier and TypeFieldDescriptionprivate JUnitPlatformTestTree
JUnitPlatform.testTree
Deprecated.private final JUnitPlatformTestTree
JUnitPlatformRunnerListener.testTree
Methods in org.junit.platform.runner that return JUnitPlatformTestTreeModifier and TypeMethodDescriptionprivate JUnitPlatformTestTree
JUnitPlatform.generateTestTree
(LauncherDiscoveryRequest discoveryRequest) Deprecated.Constructors in org.junit.platform.runner with parameters of type JUnitPlatformTestTreeModifierConstructorDescription(package private)
JUnitPlatformRunnerListener
(JUnitPlatformTestTree testTree, org.junit.runner.notification.RunNotifier notifier)