Class TestPassPlan


  • public class TestPassPlan
    extends Plan
    Test the passed() method.
    • Constructor Detail

      • TestPassPlan

        public TestPassPlan()
    • Method Detail

      • body

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

        public void passed()
        Called when the plan has passed.
        Overrides:
        passed in class Plan