1.0.0

org.eclipse.soda.dk.control.test.agent
Class ControlTestAgent

java.lang.Object
  extended by TestAgent
      extended by org.eclipse.soda.dk.control.test.agent.ControlTestAgent

public class ControlTestAgent
extends TestAgent


Field Summary
static java.lang.String CLASS_NAME
          Defines the class name.
static java.lang.String DESCRIPTION
          Description of the test.
 
Constructor Summary
ControlTestAgent()
          Constructs a new instance of the ControlTestAgent class.
 
Method Summary
 java.lang.String getDescription()
          Gets the description (String) value.
 java.lang.Class loadTestClass()
          Load test class and return the Class result.
static void main(java.lang.String[] args)
          Main method to run tests in a standalone mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the class name.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Description of the test.

See Also:
Constant Field Values
Constructor Detail

ControlTestAgent

public ControlTestAgent()
Constructs a new instance of the ControlTestAgent class.

Method Detail

main

public static void main(java.lang.String[] args)
Main method to run tests in a standalone mode.

Parameters:
args -
See Also:
ControlTestAgent

getDescription

public java.lang.String getDescription()
Gets the description (String) value.


loadTestClass

public java.lang.Class loadTestClass()
Load test class and return the Class result.


1.0.0

Copyright (c) 2007 IBM