| Package | Description |
|---|---|
| tigase.test | |
| tigase.test.parser |
| Constructor and Description |
|---|
Test(TestNode node) |
| Modifier and Type | Method and Description |
|---|---|
TestNode |
TestScript.BasicTest() |
TestNode |
TestNode.getOnError()
Gets the value of onError
|
TestNode |
TestNode.getParent()
Get the
Parent value. |
TestNode |
TestScript.OnError() |
TestNode |
TestScript.Test() |
| Modifier and Type | Method and Description |
|---|---|
List<TestNode> |
TestNode.getChildren()
Get the
Children value. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
TestNode.setChildren(List<TestNode> newChildren)
Set the
Children value. |
Copyright © 2005–2017 Tigase. All rights reserved.