|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ProvidesBreakpoint
Indicates that the annotated method returns a Breakpoint for use in the test. Useful for intercepting
traffic to all endpoints or simply for setting a break point in an IDE for debugging. The method must
be public, static, take no arguments, and return Breakpoint.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||