Package net.serenitybdd.screenplay.facts
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidtestFinished(net.thucydides.model.domain.TestOutcome result) voidtestFinished(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, useExamplesFromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thucydides.model.steps.StepListener
exampleStarted, exampleStarted, exampleStarted, stepFinished, stepStarted, testAborted, testFinished, testStarted, testStarted, testSuiteStarted
-
Constructor Details
-
FactLifecycleListener
-
-
Method Details
-
testFinished
public void testFinished(net.thucydides.model.domain.TestOutcome result) - Specified by:
testFinishedin interfacenet.thucydides.model.steps.StepListener- Overrides:
testFinishedin classnet.thucydides.model.steps.StepListenerAdapter
-
testFinished
public void testFinished(net.thucydides.model.domain.TestOutcome result, boolean isInDataDrivenTest, ZonedDateTime finishTime) - Specified by:
testFinishedin interfacenet.thucydides.model.steps.StepListener- Overrides:
testFinishedin classnet.thucydides.model.steps.StepListenerAdapter
-