Package com.github.invictum.reportportal
Class ReportPortalListener
java.lang.Object
com.github.invictum.reportportal.ReportPortalListener
- All Implemented Interfaces:
net.thucydides.core.steps.StepListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNewExamplesFrom(net.thucydides.core.model.DataTable table) voidassumptionViolated(String message) voidvoidexampleStarted(Map<String, String> data) voidexampleStarted(Map<String, String> data, String exampleName) voidlastStepFailed(net.thucydides.core.steps.StepFailure failure) voidvoidskippedStepStarted(net.thucydides.core.steps.ExecutedStepDescription description) voidstepFailed(net.thucydides.core.steps.StepFailure failure) voidvoidstepFinished(List<net.thucydides.core.screenshots.ScreenshotAndHtmlSource> list) voidvoidvoidstepPending(String message) voidstepStarted(net.thucydides.core.steps.ExecutedStepDescription description) voidtakeScreenshots(List<net.thucydides.core.screenshots.ScreenshotAndHtmlSource> list) voidvoidtestFailed(net.thucydides.core.model.TestOutcome result, Throwable cause) voidtestFinished(net.thucydides.core.model.TestOutcome result) voidtestFinished(net.thucydides.core.model.TestOutcome result, boolean isInDataDrivenTest) voidtestFinished(net.thucydides.core.model.TestOutcome result, boolean b, ZonedDateTime zonedDateTime) voidvoidvoidvoidvoidvoidvoidtestStarted(String description) voidtestStarted(String description, String id) voidtestStarted(String s, String s1, ZonedDateTime zonedDateTime) voidvoidtestSuiteStarted(Class<?> storyClass) voidtestSuiteStarted(net.thucydides.core.model.Story story) voiduseExamplesFrom(net.thucydides.core.model.DataTable table) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thucydides.core.steps.StepListener
testStarted, testSuiteStarted
-
Constructor Details
-
ReportPortalListener
public ReportPortalListener()
-
-
Method Details
-
testSuiteStarted
- Specified by:
testSuiteStartedin interfacenet.thucydides.core.steps.StepListener
-
testSuiteStarted
public void testSuiteStarted(net.thucydides.core.model.Story story) - Specified by:
testSuiteStartedin interfacenet.thucydides.core.steps.StepListener
-
testSuiteFinished
public void testSuiteFinished()- Specified by:
testSuiteFinishedin interfacenet.thucydides.core.steps.StepListener
-
testStarted
- Specified by:
testStartedin interfacenet.thucydides.core.steps.StepListener
-
testStarted
- Specified by:
testStartedin interfacenet.thucydides.core.steps.StepListener
-
testStarted
- Specified by:
testStartedin interfacenet.thucydides.core.steps.StepListener
-
testFinished
public void testFinished(net.thucydides.core.model.TestOutcome result) - Specified by:
testFinishedin interfacenet.thucydides.core.steps.StepListener
-
testFinished
public void testFinished(net.thucydides.core.model.TestOutcome result, boolean isInDataDrivenTest) - Specified by:
testFinishedin interfacenet.thucydides.core.steps.StepListener
-
testFinished
public void testFinished(net.thucydides.core.model.TestOutcome result, boolean b, ZonedDateTime zonedDateTime) - Specified by:
testFinishedin interfacenet.thucydides.core.steps.StepListener
-
testRetried
public void testRetried()- Specified by:
testRetriedin interfacenet.thucydides.core.steps.StepListener
-
stepStarted
public void stepStarted(net.thucydides.core.steps.ExecutedStepDescription description) - Specified by:
stepStartedin interfacenet.thucydides.core.steps.StepListener
-
skippedStepStarted
public void skippedStepStarted(net.thucydides.core.steps.ExecutedStepDescription description) - Specified by:
skippedStepStartedin interfacenet.thucydides.core.steps.StepListener
-
stepFailed
public void stepFailed(net.thucydides.core.steps.StepFailure failure) - Specified by:
stepFailedin interfacenet.thucydides.core.steps.StepListener
-
lastStepFailed
public void lastStepFailed(net.thucydides.core.steps.StepFailure failure) - Specified by:
lastStepFailedin interfacenet.thucydides.core.steps.StepListener
-
stepIgnored
public void stepIgnored()- Specified by:
stepIgnoredin interfacenet.thucydides.core.steps.StepListener
-
stepPending
public void stepPending()- Specified by:
stepPendingin interfacenet.thucydides.core.steps.StepListener
-
stepPending
- Specified by:
stepPendingin interfacenet.thucydides.core.steps.StepListener
-
stepFinished
public void stepFinished()- Specified by:
stepFinishedin interfacenet.thucydides.core.steps.StepListener
-
stepFinished
- Specified by:
stepFinishedin interfacenet.thucydides.core.steps.StepListener
-
testFailed
- Specified by:
testFailedin interfacenet.thucydides.core.steps.StepListener
-
testIgnored
public void testIgnored()- Specified by:
testIgnoredin interfacenet.thucydides.core.steps.StepListener
-
testSkipped
public void testSkipped()- Specified by:
testSkippedin interfacenet.thucydides.core.steps.StepListener
-
testAborted
public void testAborted()- Specified by:
testAbortedin interfacenet.thucydides.core.steps.StepListener
-
testPending
public void testPending()- Specified by:
testPendingin interfacenet.thucydides.core.steps.StepListener
-
testIsManual
public void testIsManual()- Specified by:
testIsManualin interfacenet.thucydides.core.steps.StepListener
-
notifyScreenChange
public void notifyScreenChange()- Specified by:
notifyScreenChangein interfacenet.thucydides.core.steps.StepListener
-
useExamplesFrom
public void useExamplesFrom(net.thucydides.core.model.DataTable table) - Specified by:
useExamplesFromin interfacenet.thucydides.core.steps.StepListener
-
addNewExamplesFrom
public void addNewExamplesFrom(net.thucydides.core.model.DataTable table) - Specified by:
addNewExamplesFromin interfacenet.thucydides.core.steps.StepListener
-
exampleStarted
- Specified by:
exampleStartedin interfacenet.thucydides.core.steps.StepListener
-
exampleStarted
- Specified by:
exampleStartedin interfacenet.thucydides.core.steps.StepListener
-
exampleFinished
public void exampleFinished()- Specified by:
exampleFinishedin interfacenet.thucydides.core.steps.StepListener
-
assumptionViolated
- Specified by:
assumptionViolatedin interfacenet.thucydides.core.steps.StepListener
-
testRunFinished
public void testRunFinished()- Specified by:
testRunFinishedin interfacenet.thucydides.core.steps.StepListener
-
takeScreenshots
- Specified by:
takeScreenshotsin interfacenet.thucydides.core.steps.StepListener
-