| Package | Description |
|---|---|
| org.stjs.testing.driver.browser |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.executeTest(MultiTestMethod method)
Executes the specified test method on this browser, possibly asynchronously.
|
void |
LongPollingBrowser.executeTest(MultiTestMethod method)
Notifies this browser that the specified test must be executed.
|
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.
|
Copyright © 2015. All Rights Reserved.