Class RepeatRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class RepeatRule
    extends Object
    implements org.junit.rules.TestRule
    Test rule used to allow a test to have the Repeat annotation applied.
    • Constructor Detail

      • RepeatRule

        public RepeatRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement statement,
                                                       Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule