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

Exception Summary
InvalidManagedPagesFieldException Thrown if no suitable WebDriver field with the @Managed annotation is found in a test.
InvalidManagedWebDriverFieldException Thrown if no suitable WebDriver field with the @Managed annotation is found in a test.
InvalidStepsFieldException Thrown if no suitable WebDriver field with the @Managed annotation is found in a test.
 

Annotation Types Summary
Managed Annotation that marks a WebDriver field as one that is managed by the Test Runner.
ManagedPages Annotation that marks a WebDriver field as one that is managed by the Test Runner.
TestsRequirement Used to associate a test with a particular reauirement or issue.
TestsRequirements Indicate that a test scenario or test step addresses a particular requirement or requirements.
Title Annotation that marks a WebDriver field as one that is managed by the Test Runner.
UserStoryCode Mark a test case with a code identifing a user story.
 

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 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 Wakaleo Consulting. All Rights Reserved.