1.0.0

org.eclipse.soda.dk.testagent.test
Class TestAgentTest

java.lang.Object
  extended by ConfigurableObject
      extended by org.eclipse.soda.dk.testagent.TestAgent
          extended by org.eclipse.soda.dk.testagent.test.TestAgentTest
All Implemented Interfaces:
TestAgentService, TestAgentTestService

public class TestAgentTest
extends TestAgent
implements TestAgentTestService

Version:
1.0.0

Field Summary
static java.lang.String CLASS_NAME
          Defines the test agent class name.
static java.util.ResourceBundle DefaultResourceBundle
          Define the default resource bundle (ResourceBundle) field.
static int DESCRIPTION_STRING
          Define the description string (int) constant.
static int PRESS_OK_OR_CANCEL
          Define the press ok or cancel (int) constant.
 
Fields inherited from class org.eclipse.soda.dk.testagent.TestAgent
FAILED_TO_INVOLE_SUITE, FAILED_TO_RUN_TEST, INVALID_REPLY, METHODE_SUITE_MUST_BE_STATIC, MISSING_CONFIGURATION, MISSING_SYNCHRONIZATION, NO_CHAR, NOTIFICATION_SEVICE_NOT_AVAILABLE, OK_CANCEL_PROMPT, PROMPT, USAGE, YES_CHAR
 
Fields inherited from interface org.eclipse.soda.dk.testagent.test.service.TestAgentTestService
FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
TestAgentTest()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description (String) value.
protected  java.lang.Class loadTestClass()
          Load test class and return the Class result.
static void main(java.lang.String[] args)
          Main with the specified args parameter.
 
Methods inherited from class org.eclipse.soda.dk.testagent.TestAgent
getId, getNotificationService, getTestClass, getTestContext, runTest, runTest, setNotificationService, setTestClass, setTestContext, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.soda.dk.testagent.service.TestAgentService
getId, runTest, runTest, setConfigurationInformation, setNotificationService
 

Field Detail

CLASS_NAME

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

See Also:
Constant Field Values

DESCRIPTION_STRING

public static final int DESCRIPTION_STRING
Define the description string (int) constant.

See Also:
Constant Field Values

PRESS_OK_OR_CANCEL

public static final int PRESS_OK_OR_CANCEL
Define the press ok or cancel (int) constant.

See Also:
Constant Field Values

DefaultResourceBundle

public static java.util.ResourceBundle DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field.

Constructor Detail

TestAgentTest

public TestAgentTest()
Method Detail

main

public static void main(java.lang.String[] args)
Main with the specified args parameter.

Parameters:
args - The args (String[]) parameter.

getDescription

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

Specified by:
getDescription in interface TestAgentService
Overrides:
getDescription in class TestAgent
Returns:
The description (String) value.

loadTestClass

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

Overrides:
loadTestClass in class TestAgent
Returns:
Results of the load test class (Class) value.
See Also:
TestAgent.getTestClass(), TestAgent.setTestClass(Class)

1.0.0

Copyright (c) 2007 IBM