|
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.testmanager.servlet.TestControl
public class TestControl
| Nested Class Summary | |
|---|---|
static class |
TestControl.Request
|
| Constructor Summary | |
|---|---|
TestControl()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
confirmRequest(boolean confirmationValue)
Confirm request with the specified confirmation value parameter. |
void |
finished()
Finished. |
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. |
void |
setTestSession(TestSessionService testSession)
|
TestControl.Request |
waitForNextEvent()
Wait for next event and return the Request result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestControl()
| Method Detail |
|---|
public void confirmRequest(boolean confirmationValue)
confirmationValue - The confirmation value (boolean) parameter.public void finished()
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.public void setTestSession(TestSessionService testSession)
testSession - the testSession to set
public TestControl.Request waitForNextEvent()
throws java.lang.InterruptedException
Request) 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 | |||||||||