|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface NotYetImplemented
Method annotation used to invert test case results. If a JUnit 3/4 test case method is
annotated with @NotYetImplemented the test will fail if no test failure occurs and it will pass
if a test failure occurs.
GroovyTestCase.notYetImplemented().
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||