org.eclipse.soda.dk.testcontroller.service
Interface TestControllerService
- All Known Implementing Classes:
- TestController
public interface TestControllerService
- Version:
- 1.0.0
|
Field Summary |
static java.lang.String |
SERVICE_NAME
Define the service name (String) constant. |
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- Define the service name (String) constant.
createTestSession
TestSessionService createTestSession(TestSynchronizationService syncService)
- Create test session with the specified sync service parameter and return the TestSessionService result.
- Parameters:
syncService - The sync service (TestSynchronizationService) parameter.
- Returns:
- Results of the create test session (
TestSessionService) value.
setNotificationService
void setNotificationService(NotificationService notificationService)
- Sets the notification service value.
- Parameters:
notificationService - The notification service (NotificationService) parameter.
Copyright (c) 2007 IBM