|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestAgentService
| Field Summary | |
|---|---|
static java.lang.String |
SERVICE_NAME
Define the service name (String) constant. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description (String) value. |
java.lang.String |
getId()
Gets the id (String) value. |
TestResult |
runTest(TestSynchronizationService syncService,
java.util.Dictionary properties)
Runs a test using the JUnit textui.TestRunner and return the TestResult. |
void |
runTest(TestSynchronizationService syncService,
java.util.Dictionary properties,
TestResult result)
Runs a test and collects its result in a TestResult instance. |
void |
setConfigurationInformation(java.util.Dictionary configurationInformation)
Sets the configuration information value. |
void |
setNotificationService(NotificationService notificationService)
Sets the notification service value. |
| Field Detail |
|---|
static final java.lang.String SERVICE_NAME
| Method Detail |
|---|
java.lang.String getDescription()
String) value.java.lang.String getId()
String) value.
void runTest(TestSynchronizationService syncService,
java.util.Dictionary properties,
TestResult result)
syncService - The sync service (TestSynchronizationService) parameter.properties - The properties (Dictionary) parameter.result - The result (TestResult) parameter.runTest(TestSynchronizationService,Dictionary)
TestResult runTest(TestSynchronizationService syncService,
java.util.Dictionary properties)
syncService - The sync service (TestSynchronizationService) parameter.properties - The properties (Dictionary) parameter.
TestResult) value.runTest(TestSynchronizationService,Dictionary,TestResult)void setConfigurationInformation(java.util.Dictionary configurationInformation)
Dictionary)
parameter.
configurationInformation - The configuration information (Dictionary) parameter.void setNotificationService(NotificationService notificationService)
notificationService - The notification service (NotificationService) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||