Class PassedFailedPlan


  • public class PassedFailedPlan
    extends Plan
    This plan increments a belief in time intervals.
    • Constructor Detail

      • PassedFailedPlan

        public PassedFailedPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • passed

        public void passed()
        The fail method is called on plan success.
        Overrides:
        passed in class Plan
      • failed

        public void failed()
        The fail method is called on plan failure/abort.
        Overrides:
        failed in class Plan
      • test0

        protected void test0()
        Testcase 0.
      • test1

        protected void test1()
        Testcase 1.
      • test2

        protected void test2()
        Testcase 2.
      • test3

        protected void test3()
        Testcase 3.