Annotation Interface IgnoreErrorButStopLoops


@Target(METHOD) @Retention(RUNTIME) public @interface IgnoreErrorButStopLoops
This is an annotation only useful in some very corner cases tests. You will probably never need it.

It allows a test method to fail without triggering an error (exception expected), but still stopping any loops configured by RepeatUntilSuccess or RepeatUntilFailure.