Package tigase.test.impl
Class TestUnregister
- java.lang.Object
-
- tigase.test.TestEmpty
-
- tigase.test.TestAbstract
-
- tigase.test.impl.TestUnregister
-
- All Implemented Interfaces:
TestIfc
public class TestUnregister extends TestAbstract
Describe class TestUnregister here. Created: Sun May 22 11:05:15 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Field Summary
-
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 TestUnregister()Creates a newTestUnregisterinstance.
-
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 params, Map<String,String> vars)Describeinitmethod here.StringnextElementName(tigase.xml.Element reply)Method description-
Methods inherited from class tigase.test.TestAbstract
getLastResult, getResultCode, getResultMessage, hasAttributes, release, replyElement, run, substituteVars
-
-
-
-
Method Detail
-
getElementData
public String getElementData(String element) throws Exception
Method description- Specified by:
getElementDatain classTestAbstract- Parameters:
element-- Returns:
- Throws:
Exception
-
getRespElementAttributes
public Attribute[] getRespElementAttributes(String element)
Method description- Specified by:
getRespElementAttributesin classTestAbstract- Parameters:
element-- Returns:
-
getRespElementNames
public String[] getRespElementNames(String element)
Method description- Specified by:
getRespElementNamesin classTestAbstract- Parameters:
element-- Returns:
-
getRespOptionalNames
public String[] getRespOptionalNames(String element)
Method description- Specified by:
getRespOptionalNamesin classTestAbstract- Parameters:
element-- Returns:
-
init
public void init(Params params, Map<String,String> vars)
Describeinitmethod here.- Specified by:
initin interfaceTestIfc- Overrides:
initin classTestAbstract- Parameters:
params- aParamsvaluevars-
-
nextElementName
public String nextElementName(tigase.xml.Element reply)
Method description- Specified by:
nextElementNamein classTestAbstract- Parameters:
reply-- Returns:
-
-