| Interface | Description |
|---|---|
| AsyncProcess |
| Class | Description |
|---|---|
| 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.
Since JUnit itself does not provide any easy way to hook into its lifecycle, this class relies on STJSTestDriverRunner to gather hints about the lifecyle. |
| MultiTestMethod |
Coordinates the execution of one unit test across several browsers.
|
| NoBodyHttpExchange | |
| 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.
|
Copyright © 2015. All Rights Reserved.