Package net.thucydides.junit.annotations

Package class diagram package net.thucydides.junit.annotations
Thucydides annotations are used to help Thucydides manage your web tests.

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.
 

Package net.thucydides.junit.annotations Description

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.



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.