org.jtiger.framework
Annotation Type SetUp


@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
public @interface SetUp

Used to annotate a method in a test fixture class that it should be executed prior to each test case method execution. If more than one method in the test case fixture is annotated, it cannot be guaranteed which order the methods will be executed. A setup method should take no arguments.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
Author:
Tony Morris
See Also:
Test