Uses of Class
org.junit.platform.console.tasks.TreeNode
Packages that use TreeNode
Package
Description
Internal execution tasks for JUnit's console launcher.
-
Uses of TreeNode in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as TreeNodeFields in org.junit.platform.console.tasks with type parameters of type TreeNodeMethods in org.junit.platform.console.tasks that return TreeNodeModifier and TypeMethodDescription(package private) TreeNode
(package private) TreeNode
TreeNode.addReportEntry
(ReportEntry reportEntry) private TreeNode
TreePrintingListener.getNode
(TestIdentifier testIdentifier) (package private) TreeNode
TreeNode.setResult
(TestExecutionResult result) Methods in org.junit.platform.console.tasks with parameters of type TreeNodeModifier and TypeMethodDescription(package private) TreeNode
private void
TreePrintingListener.addNode
(TestIdentifier testIdentifier, TreeNode node) private String
TreePrinter.colorCaption
(TreeNode node) (package private) void
private void
private void
TreePrinter.printVisible
(TreeNode node, String indent, boolean continuous) private String