Package tigase.test.impl
Class TestSSL
- java.lang.Object
-
- tigase.test.TestEmpty
-
- tigase.test.TestAbstract
-
- tigase.test.impl.TestSSL
-
- All Implemented Interfaces:
TestIfc
public class TestSSL extends TestAbstract
Describe class TestSSL here. Created: Tue May 17 20:26:41 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 TestSSL()Creates a newTestSSLinstance.
-
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
-
nextElementName
public String nextElementName(tigase.xml.Element reply) throws Exception
Description copied from class:TestAbstractMethod description- Specified by:
nextElementNamein classTestAbstract- Returns:
- Throws:
Exception
-
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:
-
-