org.eclipse.soda.dk.testagent.test
Class TestAgentTest
java.lang.Object
ConfigurableObject
org.eclipse.soda.dk.testagent.TestAgent
org.eclipse.soda.dk.testagent.test.TestAgentTest
- All Implemented Interfaces:
- TestAgentService, TestAgentTestService
public class TestAgentTest
- extends TestAgent
- implements TestAgentTestService
- Since:
- 1.0
- Version:
- 1.2.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, TEST_MANAGER_CLASS_NAME, USAGE, YES_CHAR |
|
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[] arguments)
Main with the specified arguments parameter. |
| Methods inherited from class org.eclipse.soda.dk.testagent.TestAgent |
getId, getNotificationService, getTestClass, getTestContext, runMain, 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 |
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.
TestAgentTest
public TestAgentTest()
main
public static void main(java.lang.String[] arguments)
- Main with the specified arguments parameter.
- Parameters:
arguments - The arguments (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)
Copyright (c) 2007, 2009 IBM