| Package | Description |
|---|---|
| org.stjs.testing.driver | |
| org.stjs.testing.driver.browser |
| Modifier and Type | Method and Description |
|---|---|
static TestResult |
TestResult.deadBrowser(String userAgent,
String message) |
TestResult |
TestResultCollection.getResult(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultCollection.addResult(TestResult result) |
void |
MultiTestMethod.notifyExecutionResult(TestResult result)
Called by the browsers when they have finished executing their unit test.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All Rights Reserved.