Uses of Class
net.thucydides.core.requirements.tree.Node
Package | Description |
---|---|
net.thucydides.core.requirements.tree |
-
Uses of Node in net.thucydides.core.requirements.tree
Methods in net.thucydides.core.requirements.tree that return types with arguments of type Node Modifier and Type Method Description java.util.List<Node>
Node. getNodes()
Methods in net.thucydides.core.requirements.tree with parameters of type Node Modifier and Type Method Description int
Node. compareTo(Node otherNode)
Constructor parameters in net.thucydides.core.requirements.tree with type arguments of type Node Constructor Description Node(java.lang.String text, java.lang.String type, java.lang.String href, java.lang.String result, java.lang.String childCount, java.util.List<Node> nodes)