Package tigase.test.impl
Class TestSocketBosh
- java.lang.Object
-
- tigase.test.TestEmpty
-
- tigase.test.TestAbstract
-
- tigase.test.impl.TestSocketBosh
-
- All Implemented Interfaces:
TestIfc
public class TestSocketBosh extends TestAbstract
Describe class TestScoket here. Created: Tue May 17 20:19:38 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 TestSocketBosh()Creates a newTestScoketinstance.
-
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 descriptionbooleanrun()Describerunmethod here.-
Methods inherited from class tigase.test.TestAbstract
getLastResult, getResultCode, getResultMessage, hasAttributes, release, replyElement, substituteVars
-
-
-
-
Method Detail
-
nextElementName
public String nextElementName(tigase.xml.Element reply)
Description copied from class:TestAbstractMethod description- Specified by:
nextElementNamein classTestAbstract- Returns:
-
getElementData
public String getElementData(String element)
Description copied from class:TestAbstractMethod description- Specified by:
getElementDatain classTestAbstract- Returns:
-
getRespElementNames
public String[] getRespElementNames(String element)
Description copied from class:TestAbstractMethod description- Specified by:
getRespElementNamesin classTestAbstract- Returns:
-
getRespElementAttributes
public Attribute[] getRespElementAttributes(String element)
Description copied from class:TestAbstractMethod description- Specified by:
getRespElementAttributesin classTestAbstract- Returns:
-
getRespOptionalNames
public String[] getRespOptionalNames(String element)
Description copied from class:TestAbstractMethod description- Specified by:
getRespOptionalNamesin classTestAbstract- Returns:
-
run
public boolean run()
Describerunmethod here.- Specified by:
runin interfaceTestIfc- Overrides:
runin classTestAbstract- Returns:
- a
booleanvalue
-
-