|
Class Summary |
| DriverConfiguration |
this is a wrapper around the configuration files stjs-test.properties. |
| HttpLongPollingServer |
Manages the HTTP server that is used to send tests to the browsers. |
| JUnitSession |
Represents one session of unit testing that may span multiple tests in multiple classes, and performs startup and
cleanup actions based on the JUnit lifecycle. |
| MultiTestMethod |
Coordinates the execution of one unit test across several browsers. |
| STJSTestDriverRunner |
add the STJSBridge annotation only to allow it to be present in the junit annotation |
| StreamUtils |
utils to copy different urls to an output stream |
| TestResult |
|
| TestResultCollection |
|
| WebAppClassLoader |
This class loader allows the loading of files from the src/main/webapp folder, target/stjs-test and war dependencies |
| Xvfb |
Controls an Xvfb (X virtual frame buffer) server so that any browser can be started in a headless way on Linux. |