Package tigase.test.impl
Class TestCommon
- java.lang.Object
-
- tigase.test.TestEmpty
-
- tigase.test.impl.TestCommon
-
- All Implemented Interfaces:
TestIfc
- Direct Known Subclasses:
TestCommonNoBind
public class TestCommon extends TestEmpty
Class TestCommon.java is responsible forCreated: Mon Apr 23 08:47:37 2007
- Version:
- 1.0.0
- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description protected ExceptionexceptionField descriptionprotected ParamsparamsField descriptionprotected ResultCoderesultCodeField descriptionprotected booleantimeoutOkField descriptionprotected Map<String,String>varsField description-
Fields inherited from class tigase.test.TestEmpty
stanza_variables
-
-
Constructor Summary
Constructors Constructor Description TestCommon()Creates a newTestCommoninstance.TestCommon(String[] ns, String[] imp, String[] depend, String[] opt)Constructs ...
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultCodegetResultCode()DescribegetResultCodemethod here.StringgetResultMessage()Method descriptionvoidinit(Params params, Map<String,String> vars)Method descriptionvoidrelease()Method descriptionbooleanrun()Describerunmethod here.-
Methods inherited from class tigase.test.TestEmpty
addInput, addOutput, baseXMLNS, debug, depends, getLastResult, getName, implemented, optional, setHistoryCollector, setName
-
-
-
-
Method Detail
-
getResultCode
public ResultCode getResultCode()
DescribegetResultCodemethod here.- Specified by:
getResultCodein interfaceTestIfc- Overrides:
getResultCodein classTestEmpty- Returns:
- an
intvalue
-
getResultMessage
public String getResultMessage()
Method description- Specified by:
getResultMessagein interfaceTestIfc- Overrides:
getResultMessagein classTestEmpty- Returns:
-
release
public void release()
Method description
-
-