Class AbstractTestActionListener

  • All Implemented Interfaces:
    com.consol.citrus.report.TestActionListener

    public abstract class AbstractTestActionListener
    extends Object
    implements com.consol.citrus.report.TestActionListener
    Basic implementation of TestActionListener interface so that subclasses only have to overwrite methods of interest.
    Since:
    1.3
    Author:
    Christoph Deppisch
    • Constructor Detail

      • AbstractTestActionListener

        public AbstractTestActionListener()
    • Method Detail

      • onTestActionFinish

        public void onTestActionFinish​(com.consol.citrus.TestCase testCase,
                                       com.consol.citrus.TestAction testAction)
        Specified by:
        onTestActionFinish in interface com.consol.citrus.report.TestActionListener
      • onTestActionSkipped

        public void onTestActionSkipped​(com.consol.citrus.TestCase testCase,
                                        com.consol.citrus.TestAction testAction)
        Specified by:
        onTestActionSkipped in interface com.consol.citrus.report.TestActionListener
      • onTestActionStart

        public void onTestActionStart​(com.consol.citrus.TestCase testCase,
                                      com.consol.citrus.TestAction testAction)
        Specified by:
        onTestActionStart in interface com.consol.citrus.report.TestActionListener