1.0.0

org.eclipse.soda.dk.testcontroller
Class TestController

java.lang.Object
  extended by ConfigurableObject
      extended by org.eclipse.soda.dk.testcontroller.TestController
All Implemented Interfaces:
TestControllerService

public class TestController
extends ConfigurableObject
implements TestControllerService

Version:
1.0.0

Field Summary
static int CREATING_WITH_FACTORY_PID
          Define the creating with factory pid (int) constant.
static int CREATING_WITH_PID
          Define the creating with pid (int) constant.
static java.util.ResourceBundle DefaultResourceBundle
          Define the default resource bundle (ResourceBundle) field.
static int DELETING_WITH_PID
          Define the deleting with pid (int) constant.
static int ERROR_IN_TEST
          Define the error in test (int) constant.
static int ERROR_IN_TEST_RUN
          Define the error in test run (int) constant.
static int NO_CONFIG_MATCH_FILTER
          Define the no config match filter (int) constant.
static int NO_OSGI_SUPPORT
          Define the no osgi support (int) constant.
static int NO_TEST_MATCH_FILTER
          Define the no test match filter (int) constant.
static int NO_TEST_MATCH_FILTER_CLASS
          Define the no test match filter class (int) constant.
static int RUN_SINGLE_REQUIRES
          Define the run single requires (int) constant.
static int RUNNING
          Define the running (int) constant.
static int TEST_FAILED
          Define the test failed (int) constant.
static int TEST_FAILED_WHILE_RUN
          Define the test failed while run (int) constant.
protected  TestConfigurationService testConfigurationService
          Define the edgeConfigurationService service (EdgeConfigurationService) field.
static int UNABLE_DELETING_WITH_PID
          Define the unable deleting with pid (int) constant.
static int UPDATING_WITH_PID
          Define the updating with pid (int) constant.
static int USED_FILTER
          Define the used filter (int) constant.
 
Fields inherited from interface org.eclipse.soda.dk.testcontroller.service.TestControllerService
SERVICE_NAME
 
Constructor Summary
TestController()
          Constructs an instance of this class.
 
Method Summary
 TestSessionService createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 TestConfigurationService getTestConfigurationService()
          Gets the test configuration service value.
 void setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 void setTestConfigurationService(TestConfigurationService testConfigurationService)
          Sets the test configuration service value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RUN_SINGLE_REQUIRES

public static final int RUN_SINGLE_REQUIRES
Define the run single requires (int) constant.

See Also:
Constant Field Values

CREATING_WITH_FACTORY_PID

public static final int CREATING_WITH_FACTORY_PID
Define the creating with factory pid (int) constant.

See Also:
Constant Field Values

CREATING_WITH_PID

public static final int CREATING_WITH_PID
Define the creating with pid (int) constant.

See Also:
Constant Field Values

NO_CONFIG_MATCH_FILTER

public static final int NO_CONFIG_MATCH_FILTER
Define the no config match filter (int) constant.

See Also:
Constant Field Values

DELETING_WITH_PID

public static final int DELETING_WITH_PID
Define the deleting with pid (int) constant.

See Also:
Constant Field Values

UNABLE_DELETING_WITH_PID

public static final int UNABLE_DELETING_WITH_PID
Define the unable deleting with pid (int) constant.

See Also:
Constant Field Values

NO_TEST_MATCH_FILTER

public static final int NO_TEST_MATCH_FILTER
Define the no test match filter (int) constant.

See Also:
Constant Field Values

NO_TEST_MATCH_FILTER_CLASS

public static final int NO_TEST_MATCH_FILTER_CLASS
Define the no test match filter class (int) constant.

See Also:
Constant Field Values

UPDATING_WITH_PID

public static final int UPDATING_WITH_PID
Define the updating with pid (int) constant.

See Also:
Constant Field Values

NO_OSGI_SUPPORT

public static final int NO_OSGI_SUPPORT
Define the no osgi support (int) constant.

See Also:
Constant Field Values

ERROR_IN_TEST

public static final int ERROR_IN_TEST
Define the error in test (int) constant.

See Also:
Constant Field Values

TEST_FAILED

public static final int TEST_FAILED
Define the test failed (int) constant.

See Also:
Constant Field Values

ERROR_IN_TEST_RUN

public static final int ERROR_IN_TEST_RUN
Define the error in test run (int) constant.

See Also:
Constant Field Values

RUNNING

public static final int RUNNING
Define the running (int) constant.

See Also:
Constant Field Values

USED_FILTER

public static final int USED_FILTER
Define the used filter (int) constant.

See Also:
Constant Field Values

TEST_FAILED_WHILE_RUN

public static final int TEST_FAILED_WHILE_RUN
Define the test failed while run (int) constant.

See Also:
Constant Field Values

DefaultResourceBundle

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


testConfigurationService

protected TestConfigurationService testConfigurationService
Define the edgeConfigurationService service (EdgeConfigurationService) field.

Constructor Detail

TestController

public TestController()
Constructs an instance of this class.

Method Detail

createTestSession

public TestSessionService createTestSession(TestSynchronizationService syncService)
Create test session with the specified sync service parameter and return the TestSessionService result.

Specified by:
createTestSession in interface TestControllerService
Parameters:
syncService - The sync service (TestSynchronizationService) parameter.
Returns:
Results of the create test session (TestSessionService) value.

getTestConfigurationService

public TestConfigurationService getTestConfigurationService()
Gets the test configuration service value.

Returns:
The test configuration service (TestConfigurationService) value.
See Also:
setTestConfigurationService(TestConfigurationService)

setNotificationService

public void setNotificationService(NotificationService notificationService)
Sets the notification service value.

Specified by:
setNotificationService in interface TestControllerService
Parameters:
notificationService - The notification service (NotificationService) parameter.

setTestConfigurationService

public void setTestConfigurationService(TestConfigurationService testConfigurationService)
Sets the test configuration service value.

Parameters:
testConfigurationService - The test configuration service (TestConfigurationService) parameter.
See Also:
getTestConfigurationService()

1.0.0

Copyright (c) 2007 IBM