Class WaitForMaxLongPlan


  • public class WaitForMaxLongPlan
    extends Plan
    Test waiting for long times. This test case checks if short waitFor(...) calls succeed, when there is a long waitFor(...) call before or after. This plan should be created three times.
    • Constructor Detail

      • WaitForMaxLongPlan

        public WaitForMaxLongPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.
        Specified by:
        body in class Plan
      • testWait

        protected void testWait​(long wait,
                                TestReport tr)
        Test if a short waitFor(...) succeeds.