|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testagent.ConsoleSynchronization
public class ConsoleSynchronization
| Constructor Summary | |
|---|---|
ConsoleSynchronization()
|
|
| Method Summary | |
|---|---|
protected void |
printEvent(boolean error,
java.lang.String message,
java.lang.String detail)
Print event with the specified error, message and detail parameters. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleSynchronization()
| Method Detail |
|---|
protected void printEvent(boolean error,
java.lang.String message,
java.lang.String detail)
error - The error (boolean) parameter.message - The message (String) parameter.detail - The detail (String) parameter.
public boolean requestConfirmation(java.lang.String prompt,
java.lang.String testName)
throws java.lang.InterruptedException
requestConfirmation in interface TestSynchronizationServiceprompt - The prompt (String) parameter.testName - The test name (String) parameter.
boolean) value.
java.lang.InterruptedException - Interrupted Exception.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||