|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
Test
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |