|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.test.TestEmpty
tigase.test.TestAbstract
public abstract class TestAbstract
Describe class TestAbstract here. Created: Sun May 22 11:08:23 2005
| Field Summary | |
|---|---|
protected Exception |
exception
|
protected Params |
params
|
protected tigase.xml.Element |
reply
|
protected ResultCode |
resultCode
|
protected boolean |
timeoutOk
|
protected Map<String,String> |
vars
|
| Fields inherited from class tigase.test.TestEmpty |
|---|
stanza_variables |
| Constructor Summary | |
|---|---|
TestAbstract(String[] base_xmlns,
String[] implemented,
String[] depends,
String[] optional)
Creates a new TestAbstract instance. |
|
| Method Summary | |
|---|---|
abstract String |
getElementData(String element)
Method description |
tigase.xml.Element |
getLastResult()
Method description |
abstract Attribute[] |
getRespElementAttributes(String element)
Method description |
abstract String[] |
getRespElementNames(String element)
Method description |
abstract String[] |
getRespOptionalNames(String element)
Method description |
ResultCode |
getResultCode()
Describe getResultCode method here. |
String |
getResultMessage()
Describe getResultMessage method here. |
boolean |
hasAttributes(tigase.xml.Element elem,
Attribute[] attrs)
Method description |
void |
init(Params params,
Map<String,String> vars)
Describe init method here. |
abstract String |
nextElementName(tigase.xml.Element reply)
Method description |
void |
release()
Method description |
void |
replyElement(tigase.xml.Element reply)
Method description |
boolean |
run()
Describe run method here. |
static String |
substituteVars(String data,
String[] vars,
String[] vals)
Method description |
| Methods inherited from class tigase.test.TestEmpty |
|---|
addInput, addOutput, baseXMLNS, debug, depends, getName, implemented, optional, setHistoryCollector, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Exception exception
protected Params params
protected tigase.xml.Element reply
protected Map<String,String> vars
protected boolean timeoutOk
protected ResultCode resultCode
| Constructor Detail |
|---|
public TestAbstract(String[] base_xmlns,
String[] implemented,
String[] depends,
String[] optional)
TestAbstract instance.
base_xmlns - implemented - depends - optional - | Method Detail |
|---|
public abstract String getElementData(String element)
throws Exception
element -
Exception
public abstract Attribute[] getRespElementAttributes(String element)
throws Exception
element -
Exception
public abstract String[] getRespElementNames(String element)
throws Exception
element -
Exception
public abstract String[] getRespOptionalNames(String element)
throws Exception
element -
Exception
public abstract String nextElementName(tigase.xml.Element reply)
throws Exception
reply -
Exception
public static String substituteVars(String data,
String[] vars,
String[] vals)
data - vars - vals -
public tigase.xml.Element getLastResult()
getLastResult in interface TestIfcgetLastResult in class TestEmptypublic ResultCode getResultCode()
getResultCode method here.
getResultCode in interface TestIfcgetResultCode in class TestEmptyint valuepublic String getResultMessage()
getResultMessage method here.
getResultMessage in interface TestIfcgetResultMessage in class TestEmptyString value
public boolean hasAttributes(tigase.xml.Element elem,
Attribute[] attrs)
elem - attrs -
public void init(Params params,
Map<String,String> vars)
init method here.
init in interface TestIfcinit in class TestEmptyparams - a Params valuevars - public void release()
public void replyElement(tigase.xml.Element reply)
throws Exception
reply -
Exceptionpublic boolean run()
run method here.
run in interface TestIfcrun in class TestEmptyboolean value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||