net.thucydides.junit.annotations
Annotation Type Title


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Title

Annotation that marks a WebDriver field as one that is managed by the Test Runner. The Thucydides Test Runner will instantiate this WebDriver before the tests start, and close it once they have all finished.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011 Wakaleo Consulting. All Rights Reserved.