tigase.test.impl
Class TestCommon

java.lang.Object
  extended by tigase.test.TestEmpty
      extended by tigase.test.impl.TestCommon
All Implemented Interfaces:
TestIfc

public class TestCommon
extends TestEmpty

Class TestCommon.java is responsible for

Created: Mon Apr 23 08:47:37 2007

Version:
1.0.0
Author:
Artur Hefczyc

Field Summary
protected  java.lang.Exception exception
           
protected  Params params
           
protected  ResultCode resultCode
           
protected  boolean timeoutOk
           
 
Constructor Summary
TestCommon()
          Creates a new TestCommon instance.
 
Method Summary
 ResultCode getResultCode()
          Describe getResultCode method here.
 java.lang.String getResultMessage()
          Describe getResultMessage method here.
 void init(Params params)
          Describe init method here.
 boolean run()
          Describe run method here.
 
Methods inherited from class tigase.test.TestEmpty
addInput, addOutput, baseXMLNS, debug, depends, getHistory, getLastResult, implemented, optional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

protected Params params

timeoutOk

protected boolean timeoutOk

resultCode

protected ResultCode resultCode

exception

protected java.lang.Exception exception
Constructor Detail

TestCommon

public TestCommon()
Creates a new TestCommon instance.

Method Detail

run

public boolean run()
Describe run method here.

Specified by:
run in interface TestIfc
Overrides:
run in class TestEmpty
Returns:
a boolean value

getResultCode

public ResultCode getResultCode()
Describe getResultCode method here.

Specified by:
getResultCode in interface TestIfc
Overrides:
getResultCode in class TestEmpty
Returns:
an int value

getResultMessage

public java.lang.String getResultMessage()
Description copied from class: TestEmpty
Describe getResultMessage method here.

Specified by:
getResultMessage in interface TestIfc
Overrides:
getResultMessage in class TestEmpty
Returns:
a String value

init

public void init(Params params)
Description copied from class: TestEmpty
Describe init method here.

Specified by:
init in interface TestIfc
Overrides:
init in class TestEmpty
Parameters:
params - a Params value


Copyright ? 2005-2007 Tigase. All Rights Reserved.