org.eclipse.soda.dk.testagent.service
Interface TestSynchronizationService
- All Known Implementing Classes:
- ConsoleSynchronization, TestControl, TestControllerConsole, TestManagerConsole
public interface TestSynchronizationService
- Since:
- 1.0
- Version:
- 1.2.0
|
Method Summary |
boolean |
requestConfirmation(java.lang.String prompt,
java.lang.String testName)
Request confirmation with the specified prompt and test name parameters and return the boolean result. |
requestConfirmation
boolean requestConfirmation(java.lang.String prompt,
java.lang.String testName)
throws java.lang.InterruptedException,
java.io.IOException
- Request confirmation with the specified prompt and test name parameters and return the boolean result.
- Parameters:
prompt - The prompt (String) parameter.testName - The test name (String) parameter.
- Returns:
- Results of the request confirmation (
boolean) value.
- Throws:
java.lang.InterruptedException - Interrupted Exception.
java.io.IOException - IOException.
Copyright (c) 2007, 2009 IBM