Class TestGoal

    • Constructor Detail

      • TestGoal

        public TestGoal()

        Constructor for TestGoal.

    • Method Detail

      • executeTasks

        protected void executeTasks()
                             throws Exception
        MUST be overridden in subclasses to implement the goal-specific tasks. Empty implementation.
        Specified by:
        executeTasks in class AbstractGoal
        Throws:
        Exception - if any.