Annotation Type ProvidesBreakpoint
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface ProvidesBreakpoint
Indicates that the annotated method returns aBreakpointfor 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 bepublic,static, take no arguments, and returnBreakpoint.