org.fest.swing.annotation
Annotation Type GUITest


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Documented
@Inherited
public @interface GUITest

Understands an annotation that identifies GUI tests. FEST only takes screenshots of failing tests that has been marked with this annotation.

Author:
Alex Ruiz



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.