Class RepeatedTest

  • All Implemented Interfaces:
    Test

    public class RepeatedTest
    extends TestDecorator
    A Decorator that runs a test repeatedly.
    • Constructor Detail

      • RepeatedTest

        public RepeatedTest​(Test test,
                            int repeat)