Uses of Class
tigase.test.parser.TestNode

Packages that use TestNode
tigase.test   
tigase.test.parser   
 

Uses of TestNode in tigase.test
 

Constructors in tigase.test with parameters of type TestNode
Test(TestNode node)
           
 

Uses of TestNode in tigase.test.parser
 

Methods in tigase.test.parser that return TestNode
 TestNode TestScript.BasicTest()
           
 TestNode TestNode.getOnError()
          Gets the value of onError
 TestNode TestNode.getParent()
          Get the Parent value.
 TestNode TestScript.OnError()
           
 TestNode TestScript.Test()
           
 

Methods in tigase.test.parser that return types with arguments of type TestNode
 java.util.List<TestNode> TestNode.getChildren()
          Get the Children value.
 

Methods in tigase.test.parser with parameters of type TestNode
 void TestNode.addChild(TestNode child)
          Describe addChild method here.
 void TestNode.setOnError(TestNode argOnError)
          Sets the value of onError
 void TestNode.setParent(TestNode newParent)
          Set the Parent value.
 

Method parameters in tigase.test.parser with type arguments of type TestNode
 void TestNode.setChildren(java.util.List<TestNode> newChildren)
          Set the Children value.
 



Copyright © 2005-2008 Tigase. All Rights Reserved.