|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResult | |
|---|---|
| org.stjs.testing.driver | |
| org.stjs.testing.driver.browser | |
| Uses of TestResult in org.stjs.testing.driver |
|---|
| Methods in org.stjs.testing.driver that return TestResult | |
|---|---|
TestResult |
TestResultCollection.getResult(int i)
|
| Methods in org.stjs.testing.driver with parameters of type TestResult | |
|---|---|
void |
TestResultCollection.addResult(TestResult result)
|
void |
MultiTestMethod.notifyExecutionResult(TestResult result)
Called by the browsers when they have finished executing their unit test. |
| Uses of TestResult in org.stjs.testing.driver.browser |
|---|
| Methods in org.stjs.testing.driver.browser that return TestResult | |
|---|---|
TestResult |
PhantomjsBrowser.buildResult(Map<String,String> queryStringParameters,
com.sun.net.httpserver.HttpExchange exchange)
|
TestResult |
AbstractBrowser.buildResult(Map<String,String> queryStringParameters,
com.sun.net.httpserver.HttpExchange exchange)
Reads the result of the last unit test from the specified HTTP request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||