@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface Repeat
You should not use this except when you try to debug a test that sometimes fails... This allows you to run it multiple times to trigger the error.
Copyright © 2019. All rights reserved.