|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface TearDown
Used to annotate a method in a test fixture class that it should be executed after 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 tear down method should take no arguments.
Test
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |