Package com.github.invictum.reportportal
Class ReportPortalListener
java.lang.Object
com.github.invictum.reportportal.ReportPortalListener
- All Implemented Interfaces:
net.thucydides.model.steps.StepListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNewExamplesFrom(net.thucydides.model.domain.DataTable dataTable) voidassumptionViolated(String message) voidvoidexampleStarted(Map<String, String> data) voidlastStepFailed(net.thucydides.model.steps.StepFailure stepFailure) voidvoidskippedStepStarted(net.thucydides.model.steps.ExecutedStepDescription executedStepDescription) voidstepFailed(net.thucydides.model.steps.StepFailure stepFailure) voidstepFailed(net.thucydides.model.steps.StepFailure stepFailure, List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> list) voidvoidstepFinished(List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> list, ZonedDateTime zonedDateTime) voidvoidvoidvoidstepStarted(net.thucydides.model.steps.ExecutedStepDescription executedStepDescription) voidtakeScreenshots(List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> list) voidtakeScreenshots(net.thucydides.model.domain.TestResult testResult, List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> list) voidtestFailed(net.thucydides.model.domain.TestOutcome testOutcome, Throwable throwable) voidtestFinished(net.thucydides.model.domain.TestOutcome testOutcome) voidtestFinished(net.thucydides.model.domain.TestOutcome testOutcome, boolean b, ZonedDateTime zonedDateTime) voidvoidvoidvoidvoidvoidvoidvoidtestStarted(String s, String s1) voidtestStarted(String s, String s1, ZonedDateTime zonedDateTime) voidvoidtestSuiteStarted(Class<?> aClass) voidtestSuiteStarted(net.thucydides.model.domain.Story story) voiduseExamplesFrom(net.thucydides.model.domain.DataTable dataTable) Methods 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
-
ReportPortalListener
public ReportPortalListener()
-
-
Method Details
-
testSuiteStarted
- Specified by:
testSuiteStartedin interfacenet.thucydides.model.steps.StepListener
-
testSuiteStarted
public void testSuiteStarted(net.thucydides.model.domain.Story story) - Specified by:
testSuiteStartedin interfacenet.thucydides.model.steps.StepListener
-
testSuiteFinished
public void testSuiteFinished()- Specified by:
testSuiteFinishedin interfacenet.thucydides.model.steps.StepListener
-
testStarted
- Specified by:
testStartedin interfacenet.thucydides.model.steps.StepListener
-
testStarted
- Specified by:
testStartedin interfacenet.thucydides.model.steps.StepListener
-
testStarted
- Specified by:
testStartedin interfacenet.thucydides.model.steps.StepListener
-
testFinished
public void testFinished(net.thucydides.model.domain.TestOutcome testOutcome) - Specified by:
testFinishedin interfacenet.thucydides.model.steps.StepListener
-
testFinished
public void testFinished(net.thucydides.model.domain.TestOutcome testOutcome, boolean b, ZonedDateTime zonedDateTime) - Specified by:
testFinishedin interfacenet.thucydides.model.steps.StepListener
-
testRetried
public void testRetried()- Specified by:
testRetriedin interfacenet.thucydides.model.steps.StepListener
-
stepStarted
public void stepStarted(net.thucydides.model.steps.ExecutedStepDescription executedStepDescription) - Specified by:
stepStartedin interfacenet.thucydides.model.steps.StepListener
-
skippedStepStarted
public void skippedStepStarted(net.thucydides.model.steps.ExecutedStepDescription executedStepDescription) - Specified by:
skippedStepStartedin interfacenet.thucydides.model.steps.StepListener
-
stepFailed
public void stepFailed(net.thucydides.model.steps.StepFailure stepFailure) - Specified by:
stepFailedin interfacenet.thucydides.model.steps.StepListener
-
stepFailed
public void stepFailed(net.thucydides.model.steps.StepFailure stepFailure, List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> list) - Specified by:
stepFailedin interfacenet.thucydides.model.steps.StepListener
-
lastStepFailed
public void lastStepFailed(net.thucydides.model.steps.StepFailure stepFailure) - Specified by:
lastStepFailedin interfacenet.thucydides.model.steps.StepListener
-
stepIgnored
public void stepIgnored()- Specified by:
stepIgnoredin interfacenet.thucydides.model.steps.StepListener
-
stepPending
public void stepPending()- Specified by:
stepPendingin interfacenet.thucydides.model.steps.StepListener
-
stepPending
- Specified by:
stepPendingin interfacenet.thucydides.model.steps.StepListener
-
stepFinished
public void stepFinished()- Specified by:
stepFinishedin interfacenet.thucydides.model.steps.StepListener
-
stepFinished
public void stepFinished(List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> list, ZonedDateTime zonedDateTime) - Specified by:
stepFinishedin interfacenet.thucydides.model.steps.StepListener
-
testFailed
- Specified by:
testFailedin interfacenet.thucydides.model.steps.StepListener
-
testIgnored
public void testIgnored()- Specified by:
testIgnoredin interfacenet.thucydides.model.steps.StepListener
-
testSkipped
public void testSkipped()- Specified by:
testSkippedin interfacenet.thucydides.model.steps.StepListener
-
testPending
public void testPending()- Specified by:
testPendingin interfacenet.thucydides.model.steps.StepListener
-
testIsManual
public void testIsManual()- Specified by:
testIsManualin interfacenet.thucydides.model.steps.StepListener
-
notifyScreenChange
public void notifyScreenChange()- Specified by:
notifyScreenChangein interfacenet.thucydides.model.steps.StepListener
-
useExamplesFrom
public void useExamplesFrom(net.thucydides.model.domain.DataTable dataTable) - Specified by:
useExamplesFromin interfacenet.thucydides.model.steps.StepListener
-
addNewExamplesFrom
public void addNewExamplesFrom(net.thucydides.model.domain.DataTable dataTable) - Specified by:
addNewExamplesFromin interfacenet.thucydides.model.steps.StepListener
-
exampleStarted
- Specified by:
exampleStartedin interfacenet.thucydides.model.steps.StepListener
-
exampleFinished
public void exampleFinished()- Specified by:
exampleFinishedin interfacenet.thucydides.model.steps.StepListener
-
assumptionViolated
- Specified by:
assumptionViolatedin interfacenet.thucydides.model.steps.StepListener
-
testRunFinished
public void testRunFinished()- Specified by:
testRunFinishedin interfacenet.thucydides.model.steps.StepListener
-
takeScreenshots
- Specified by:
takeScreenshotsin interfacenet.thucydides.model.steps.StepListener
-
takeScreenshots
public void takeScreenshots(net.thucydides.model.domain.TestResult testResult, List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> list) - Specified by:
takeScreenshotsin interfacenet.thucydides.model.steps.StepListener
-