@Target(value=METHOD) @Retention(value=RUNTIME) public @interface IgnoreErrorButStopLoops
It allows a test method to fail without triggering
an error (exception expected), but still stopping any
loops configured by RepeatUntilSuccess or RepeatUntilFailure.
Copyright © 2019. All rights reserved.