See: Description
Annotation Type | Description |
---|---|
Concurrent |
Indicates that data-driven tests can and should be run in parallel.
|
Qualifier |
Used to mark a method as a qualifier in an instantiated data-driven test case.
|
TestData |
Annotation for a method which provides parameters to be injected into the
test class constructor by
Parameterized |
UseTestDataFrom |
Indicates that data-driven tests can and should be run in parallel.
|
Managed
annotation declares a
WebDriver field so that it's lifecycle can be managed by the Thucydides test runner.
Other annotations are used to provide extra information for the test reports.
The net.thucydides.junit.annotations.Title
annotation can be used to override the default test case title
(which is derived from the test case class name) into something more readable.Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.