Uses of Class
org.junit.platform.console.output.TreeNode
Packages that use TreeNode
Package
Description
Output printing utility classes of JUnit's console launcher.
-
Uses of TreeNode in org.junit.platform.console.output
Fields in org.junit.platform.console.output declared as TreeNodeFields in org.junit.platform.console.output with type parameters of type TreeNodeMethods in org.junit.platform.console.output that return TreeNodeModifier and TypeMethodDescription(package private) TreeNode(package private) TreeNodeTreeNode.addFileEntry(FileEntry file) (package private) TreeNodeTreeNode.addReportEntry(ReportEntry reportEntry) private TreeNodeTreePrintingListener.getNode(TestIdentifier testIdentifier) (package private) TreeNodeTreeNode.setResult(TestExecutionResult result) Methods in org.junit.platform.console.output with parameters of type TreeNodeModifier and TypeMethodDescription(package private) TreeNodeprivate voidTreePrintingListener.addNode(TestIdentifier testIdentifier, TreeNode node) private StringTreePrinter.colorCaption(TreeNode node) (package private) voidprivate voidprivate voidTreePrinter.printVisible(TreeNode node, String indent, boolean continuous) private String