See: Description
| Class | Description |
|---|---|
| DataDrivenAnnotations | |
| FailureDetectingStepListener | |
| ParameterizedJUnitStepListener | |
| ParameterizedTestsOutcomeAggregator | |
| QualifierFinder |
When running data-driven tests, each set of test data needs a way to distinguish it from the others.
|
| RetryFilteringRunNotifier | |
| RunNotifierDecorator | |
| TestMethodAnnotations |
Utility class used to read Thucydides annotations for a particular JUnit test.
|
| ThucydidesParameterizedRunner |
Run a Thucydides test suite using a set of data.
|
| ThucydidesRunner |
A test runner for WebDriver-based web tests.
|
| ThucydidesStatement |
A JUnit statement that runs a Thucydides-enabled test and then publishes the results via JUnit.
|
ThucydidesRunner
runner reads the annotations in the test class, and manages the
WebDriver lifecycle, creating a WebDriver instance at the start
of the tests, and closing it at the end. It also coordinates
the creation of the test run model and the reporting.Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.