Annotation Interface Repeat


Test annotation for use with JUnit 4 to indicate that a test method should be invoked repeatedly.

Note that the scope of execution to be repeated includes execution of the test method itself as well as any set up or tear down of the test fixture. When used with the ApplicationMethodRule, the scope additionally includes preparation of the test instance.

This annotation may be used as a meta-annotation to create custom composed annotations.

从以下版本开始:
4.0
作者:
Rod Johnson, Sam Brannen
另请参阅:
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    int
    The number of times that the annotated test method should be repeated.
  • 元素详细资料

    • value

      int value
      The number of times that the annotated test method should be repeated.
      默认值:
      1