|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiTestMethod | |
|---|---|
| org.stjs.testing.driver.browser | |
| Uses of MultiTestMethod in org.stjs.testing.driver.browser |
|---|
| Methods in org.stjs.testing.driver.browser that return MultiTestMethod | |
|---|---|
MultiTestMethod |
LongPollingBrowser.awaitNextTest()
Blocks until JUnit notifies this browser session that either a new test must be executed (ie: executeTest() is called), or there are no more tests (ie: notifyNoMoreTests() is called). |
MultiTestMethod |
LongPollingBrowser.getMethodUnderExecution()
Returns the test is currently being executed by this browser. |
| Methods in org.stjs.testing.driver.browser with parameters of type MultiTestMethod | |
|---|---|
void |
LongPollingBrowser.executeTest(MultiTestMethod method)
Notifies this browser that the specified test must be executed. |
void |
Browser.executeTest(MultiTestMethod method)
Executes the specified test method on this browser, possibly asynchronously. |
void |
LongPollingBrowser.sendTestFixture(MultiTestMethod meth,
com.sun.net.httpserver.HttpExchange exchange)
Writes to the HTTP response the HTML and/or javascript code that is necessary for the browser to execute the specified test. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||