Class FactLifecycleListener

java.lang.Object
net.thucydides.model.steps.StepListenerAdapter
net.serenitybdd.screenplay.facts.FactLifecycleListener
All Implemented Interfaces:
net.thucydides.core.steps.Droppable, net.thucydides.model.steps.StepListener

public class FactLifecycleListener extends net.thucydides.model.steps.StepListenerAdapter implements net.thucydides.core.steps.Droppable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    testFinished(net.thucydides.model.domain.TestOutcome result)
     
    void
    testFinished(net.thucydides.model.domain.TestOutcome result, boolean isInDataDrivenTest, ZonedDateTime finishTime)
     

    Methods inherited from class net.thucydides.model.steps.StepListenerAdapter

    addNewExamplesFrom, assumptionViolated, exampleFinished, exampleStarted, lastStepFailed, notifyScreenChange, skippedStepStarted, stepFailed, stepFailed, stepFailed, stepFinished, stepFinished, stepIgnored, stepPending, stepPending, stepStarted, takeScreenshots, takeScreenshots, testFailed, testIgnored, testIsManual, testPending, testRetried, testRunFinished, testSkipped, testStarted, testStarted, testStarted, testSuiteFinished, testSuiteStarted, testSuiteStarted, useExamplesFrom

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.thucydides.model.steps.StepListener

    exampleStarted, exampleStarted, exampleStarted, stepFinished, stepStarted, testAborted, testFinished, testStarted, testStarted, testSuiteStarted
  • Constructor Details

    • FactLifecycleListener

      public FactLifecycleListener(Actor actor, Fact fact)
  • Method Details

    • testFinished

      public void testFinished(net.thucydides.model.domain.TestOutcome result)
      Specified by:
      testFinished in interface net.thucydides.model.steps.StepListener
      Overrides:
      testFinished in class net.thucydides.model.steps.StepListenerAdapter
    • testFinished

      public void testFinished(net.thucydides.model.domain.TestOutcome result, boolean isInDataDrivenTest, ZonedDateTime finishTime)
      Specified by:
      testFinished in interface net.thucydides.model.steps.StepListener
      Overrides:
      testFinished in class net.thucydides.model.steps.StepListenerAdapter