Class ReportPortalStepListener

  • All Implemented Interfaces:
    com.plugatar.xteps.core.StepListener

    public class ReportPortalStepListener
    extends Object
    implements com.plugatar.xteps.core.StepListener
    StepListener implementation reporting to Report Portal.
    • Constructor Detail

      • ReportPortalStepListener

        public ReportPortalStepListener()
        Zero-argument public ctor.
        Throws:
        NoClassDefFoundError - if no definition of the Launch class could be found
    • Method Detail

      • stepStarted

        public final void stepStarted​(String uuid,
                                      String stepName)
        Specified by:
        stepStarted in interface com.plugatar.xteps.core.StepListener
      • stepPassed

        public final void stepPassed​(String uuid)
        Specified by:
        stepPassed in interface com.plugatar.xteps.core.StepListener
      • stepFailed

        public final void stepFailed​(String uuid,
                                     Throwable throwable)
        Specified by:
        stepFailed in interface com.plugatar.xteps.core.StepListener