| Class | Description |
|---|---|
| ConcurrentParameterized |
Reimplementation of
Parallelized to support parameterized tests and concurrent execution of test methods. |
| Parallelized |
Creates a dynamically sized thread pool when running parallel tests.
|
| SauceOnDemandTestWatcher |
TestWatcher subclass that will mark a Sauce OnDemand job as passed or failed depending on the result
of the test case being executed. |
| Annotation Type | Description |
|---|---|
| ConcurrentParameterized.Parameter |
Annotation for fields of the test class which will be initialized by the
method annotated by
Parameters
By using directly this annotation, the test class constructor isn't needed. |
| ConcurrentParameterized.Parameters |
Annotation for a method which provides parameters to be injected into the
test class constructor by
SauceParameterized |
Copyright © 2016 Sauce Labs. All rights reserved.