Class TestContextPlan


  • public class TestContextPlan
    extends Plan
    This plan just waits until it is aborted.
    • Constructor Detail

      • TestContextPlan

        public TestContextPlan()
    • Method Detail

      • body

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

        public void aborted()
        Called when the plan is aborted.
        Overrides:
        aborted in class Plan