Uses of Class
tigase.test.parser.TestNode
-
Packages that use TestNode Package Description tigase.test tigase.test.parser -
-
Uses of TestNode in tigase.test
Constructors in tigase.test with parameters of type TestNode Constructor Description Test(TestNode node) -
Uses of TestNode in tigase.test.parser
Methods in tigase.test.parser that return TestNode Modifier and Type Method Description TestNodeTestScript. BasicTest()TestNodeTestNode. getOnError()Gets the value of onErrorTestNodeTestNode. getParent()Get theParentvalue.TestNodeTestScript. OnError()TestNodeTestScript. Test()Methods in tigase.test.parser that return types with arguments of type TestNode Modifier and Type Method Description List<TestNode>TestNode. getChildren()Get theChildrenvalue.Methods in tigase.test.parser with parameters of type TestNode Modifier and Type Method Description voidTestNode. addChild(TestNode child)DescribeaddChildmethod here.voidTestNode. setOnError(TestNode argOnError)Sets the value of onErrorvoidTestNode. setParent(TestNode newParent)Set theParentvalue.Method parameters in tigase.test.parser with type arguments of type TestNode Modifier and Type Method Description voidTestNode. setChildren(List<TestNode> newChildren)Set theChildrenvalue.
-