Uses of Class
org.junit.platform.console.tasks.TreeNode
-
Packages that use TreeNode Package Description org.junit.platform.console.tasks 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 TreeNode Modifier and Type Field Description private TreeNode
TreePrintingListener. root
Fields in org.junit.platform.console.tasks with type parameters of type TreeNode Modifier and Type Field Description (package private) java.util.Queue<TreeNode>
TreeNode. children
private java.util.Map<java.lang.String,TreeNode>
TreePrintingListener. nodesByUniqueId
Methods in org.junit.platform.console.tasks that return TreeNode Modifier and Type Method Description (package private) TreeNode
TreeNode. addChild(TreeNode node)
private TreeNode
TreePrintingListener. addNode(TestIdentifier testIdentifier, java.util.function.Supplier<TreeNode> nodeSupplier)
(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 TreeNode Modifier and Type Method Description (package private) TreeNode
TreeNode. addChild(TreeNode node)
private java.lang.String
TreePrinter. colorCaption(TreeNode node)
(package private) void
TreePrinter. print(TreeNode node)
private void
TreePrinter. print(TreeNode node, java.lang.String indent, boolean continuous)
private void
TreePrinter. printVisible(TreeNode node, java.lang.String indent, boolean continuous)
private java.lang.String
TreePrinter. tab(TreeNode node, boolean continuous)
Method parameters in org.junit.platform.console.tasks with type arguments of type TreeNode Modifier and Type Method Description private TreeNode
TreePrintingListener. addNode(TestIdentifier testIdentifier, java.util.function.Supplier<TreeNode> nodeSupplier)
-