|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Annotation Types Summary | |
---|---|
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. |
Thucydides annotations are used to help Thucydides manage your web tests.
The 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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |