tigase.test.impl
Class TestRegister

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

public class TestRegister
extends TestAbstract

Describe class TestRegister here. Created: Wed May 18 12:14:52 2005

Version:
$Rev: 198 $
Author:
Artur Hefczyc

Field Summary
 
Fields inherited from class tigase.test.TestAbstract
exception, params, reply, resultCode, timeoutOk, vars
 
Fields inherited from class tigase.test.TestEmpty
stanza_variables
 
Constructor Summary
TestRegister()
          Creates a new TestRegister instance.
 
Method Summary
 String getElementData(String element)
          Method description
 Attribute[] getRespElementAttributes(String element)
          Method description
 String[] getRespElementNames(String element)
          Method description
 String[] getRespOptionalNames(String element)
          Method description
 void init(Params params, Map<String,String> vars)
          Describe init method here.
 String nextElementName(tigase.xml.Element reply)
          Method description
 
Methods inherited from class tigase.test.TestAbstract
getLastResult, getResultCode, getResultMessage, hasAttributes, release, replyElement, run, substituteVars
 
Methods inherited from class tigase.test.TestEmpty
addInput, addOutput, baseXMLNS, debug, depends, getName, implemented, optional, setHistoryCollector, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRegister

public TestRegister()
Creates a new TestRegister instance.

Method Detail

getElementData

public String getElementData(String element)
                      throws Exception
Method description

Specified by:
getElementData in class TestAbstract
Parameters:
element -
Returns:
Throws:
Exception

getRespElementAttributes

public Attribute[] getRespElementAttributes(String element)
Method description

Specified by:
getRespElementAttributes in class TestAbstract
Parameters:
element -
Returns:

getRespElementNames

public String[] getRespElementNames(String element)
Method description

Specified by:
getRespElementNames in class TestAbstract
Parameters:
element -
Returns:

getRespOptionalNames

public String[] getRespOptionalNames(String element)
Method description

Specified by:
getRespOptionalNames in class TestAbstract
Parameters:
element -
Returns:

init

public void init(Params params,
                 Map<String,String> vars)
Describe init method here.

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

nextElementName

public String nextElementName(tigase.xml.Element reply)
Method description

Specified by:
nextElementName in class TestAbstract
Parameters:
reply -
Returns:


Copyright © 2005-2012 Tigase. All Rights Reserved.