Package tigase.test.impl
Class TestExtCompOpen
- java.lang.Object
-
- tigase.test.TestEmpty
-
- tigase.test.TestAbstract
-
- tigase.test.impl.TestExtCompOpen
-
- All Implemented Interfaces:
TestIfc
public class TestExtCompOpen extends TestAbstract
Describe class TestExtCompOpen here. Created: Tue May 17 20:23:58 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description protected StringhostnameField description-
Fields inherited from class tigase.test.TestAbstract
CHALLENGE_PATH, COMMAND_EL_NAME, disconnectOk, exception, FIELD_VALUE_PATH, IQ_COMMAND_X_PATH, IQ_EL_NAME, IQ_QUERY_NAME_PATH, IQ_QUERY_OS_PATH, IQ_QUERY_PATH, IQ_QUERY_VERSION_PATH, params, QUERY_EL_NAME, reply, resultCode, STREAM_MECHANISMS_PATH, timeoutOk, vars
-
Fields inherited from class tigase.test.TestEmpty
stanza_variables
-
-
Constructor Summary
Constructors Constructor Description TestExtCompOpen()Creates a newTestExtCompOpeninstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementData(String element)Method descriptionAttribute[]getRespElementAttributes(String element)Method descriptionString[]getRespElementNames(String element)Method descriptionString[]getRespOptionalNames(String element)Method descriptionvoidinit(Params map, Map<String,String> vars)Describeinitmethod here.StringnextElementName(tigase.xml.Element reply)Method descriptionvoidreplyElement(tigase.xml.Element reply)Method description-
Methods inherited from class tigase.test.TestAbstract
getLastResult, getResultCode, getResultMessage, hasAttributes, release, run, substituteVars
-
-
-
-
Field Detail
-
hostname
protected String hostname
Field description
-
-
Method Detail
-
nextElementName
public String nextElementName(tigase.xml.Element reply)
Method description- Specified by:
nextElementNamein classTestAbstract- Parameters:
reply-- Returns:
-
replyElement
public void replyElement(tigase.xml.Element reply) throws ExceptionMethod description- Overrides:
replyElementin classTestAbstract- Parameters:
reply-- Throws:
Exception
-
getElementData
public String getElementData(String element) throws Exception
Method description- Specified by:
getElementDatain classTestAbstract- Parameters:
element-- Returns:
- Throws:
Exception
-
getRespElementNames
public String[] getRespElementNames(String element)
Method description- Specified by:
getRespElementNamesin classTestAbstract- Parameters:
element-- Returns:
-
getRespElementAttributes
public Attribute[] getRespElementAttributes(String element)
Method description- Specified by:
getRespElementAttributesin classTestAbstract- Parameters:
element-- Returns:
-
getRespOptionalNames
public String[] getRespOptionalNames(String element)
Method description- Specified by:
getRespOptionalNamesin classTestAbstract- Parameters:
element-- Returns:
-
-