public abstract class TestEmpty extends Object implements TestIfc
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
stanza_variables
Stanza variables are gathered from stanzas received from the server.
|
| Constructor and Description |
|---|
TestEmpty(String[] base_xmlns,
String[] implemented,
String[] depends,
String[] optional)
Creates a new
TestEmpty instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(String input)
Describe
getHistory method here. |
void |
addOutput(String output)
Method description
|
String[] |
baseXMLNS()
Describe
baseXMLNS method here. |
void |
debug(String msg)
Method description
|
String[] |
depends()
Describe
depends method here. |
tigase.xml.Element |
getLastResult()
Describe
getLastResult method here. |
String |
getName()
Method description
|
ResultCode |
getResultCode()
Describe
getResultCode method here. |
String |
getResultMessage()
Describe
getResultMessage method here. |
String[] |
implemented()
Describe
implemented method here. |
void |
init(Params params,
Map<String,String> vars)
Describe
init method here. |
String[] |
optional()
Describe
optional method here. |
boolean |
run()
Describe
run method here. |
void |
setHistoryCollector(HistoryCollectorIfc histColl)
Method description
|
void |
setName(String testName)
Method description
|
protected static final Map<String,String> stanza_variables
public void addInput(String input)
getHistory method here.input - public void addOutput(String output)
output - public String[] baseXMLNS()
baseXMLNS method here.public void debug(String msg)
msg - public String[] depends()
depends method here.public tigase.xml.Element getLastResult()
getLastResult method here.getLastResult in interface TestIfcElement valuepublic String getName()
public ResultCode getResultCode()
getResultCode method here.getResultCode in interface TestIfcint valuepublic String getResultMessage()
getResultMessage method here.getResultMessage in interface TestIfcString valuepublic String[] implemented()
implemented method here.implemented in interface TestIfcString[] valuepublic String[] optional()
optional method here.public boolean run()
run method here.public void setHistoryCollector(HistoryCollectorIfc histColl)
setHistoryCollector in interface TestIfchistColl - Copyright © 2005–2019 "Tigase, Inc.". All rights reserved.