|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectConfigurableObject
org.eclipse.soda.dk.testcontroller.TestController
public class TestController
| 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 |
|---|
public static final int RUN_SINGLE_REQUIRES
public static final int CREATING_WITH_FACTORY_PID
public static final int CREATING_WITH_PID
public static final int NO_CONFIG_MATCH_FILTER
public static final int DELETING_WITH_PID
public static final int UNABLE_DELETING_WITH_PID
public static final int NO_TEST_MATCH_FILTER
public static final int NO_TEST_MATCH_FILTER_CLASS
public static final int UPDATING_WITH_PID
public static final int NO_OSGI_SUPPORT
public static final int ERROR_IN_TEST
public static final int TEST_FAILED
public static final int ERROR_IN_TEST_RUN
public static final int RUNNING
public static final int USED_FILTER
public static final int TEST_FAILED_WHILE_RUN
public static java.util.ResourceBundle DefaultResourceBundle
protected TestConfigurationService testConfigurationService
| Constructor Detail |
|---|
public TestController()
| Method Detail |
|---|
public TestSessionService createTestSession(TestSynchronizationService syncService)
createTestSession in interface TestControllerServicesyncService - The sync service (TestSynchronizationService) parameter.
TestSessionService) value.public TestConfigurationService getTestConfigurationService()
TestConfigurationService) value.setTestConfigurationService(TestConfigurationService)public void setNotificationService(NotificationService notificationService)
setNotificationService in interface TestControllerServicenotificationService - The notification service (NotificationService) parameter.public void setTestConfigurationService(TestConfigurationService testConfigurationService)
testConfigurationService - The test configuration service (TestConfigurationService) parameter.getTestConfigurationService()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||