public class ReportPortalScenarioStoryReporter extends ReportPortalStoryReporter
ReportPortalStoryReporter.Entity<T>CODE_REF, FINISH_REQUEST, PARAMETERS, PARENT, START_REQUEST, START_TIME| Constructor and Description |
|---|
ReportPortalScenarioStoryReporter(java.util.function.Supplier<com.epam.reportportal.service.Launch> launchSupplier,
com.epam.reportportal.service.tree.TestItemTree testItemTree) |
| Modifier and Type | Method and Description |
|---|---|
protected com.epam.ta.reportportal.ws.model.StartTestItemRQ |
buildStartExampleRq(org.jbehave.core.model.Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> example,
java.lang.String codeRef,
java.util.Date startTime)
Extension point to customize test creation event/request
|
protected com.epam.ta.reportportal.ws.model.StartTestItemRQ |
buildStartScenarioRq(org.jbehave.core.model.Scenario scenario,
java.lang.String codeRef,
java.util.Date startTime)
Extension point to customize test creation event/request
|
protected com.epam.ta.reportportal.ws.model.StartTestItemRQ |
buildStartStepRq(java.lang.String step,
java.lang.String codeRef,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Date startTime)
Extension point to customize test creation event/request
|
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStep, beforeStory, buildFinishTestItemRequest, buildLifecycleMethodStartRq, buildLifecycleSuiteStartRq, buildStartStoryRq, createIgnoredSteps, createLeaf, createNotPerformedSteps, createPendingSteps, evaluateAndFinishLastItem, evaluateStatus, example, failed, finishItem, finishItem, finishLastItem, formatExampleStep, getAttributes, getAttributes, getAttributes, getItemDate, getLastStep, getLeaf, getLogSupplier, getScenarioName, getStepParameters, getStoryName, getTestCaseId, getUsedParameters, ignorable, notPerformed, pending, retrieveLeaf, scenarioExcluded, sendStackTraceToRP, simulateStep, startLifecycleMethod, startStep, startTestItem, storyCancelled, successfulafterComposedSteps, afterGivenStories, afterScenarios, afterScenarioSteps, afterStoriesSteps, afterStorySteps, beforeComposedSteps, beforeGivenStories, beforeScenarios, beforeScenarioSteps, beforeStoriesSteps, beforeStorySteps, comment, dryRun, failedOutcomes, givenStories, givenStories, lifecycle, narrative, pending, pendingMethods, restarted, restartedStory, storyExcludedpublic ReportPortalScenarioStoryReporter(java.util.function.Supplier<com.epam.reportportal.service.Launch> launchSupplier,
com.epam.reportportal.service.tree.TestItemTree testItemTree)
@Nonnull
protected com.epam.ta.reportportal.ws.model.StartTestItemRQ buildStartExampleRq(@Nonnull
org.jbehave.core.model.Scenario scenario,
@Nonnull
java.util.Map<java.lang.String,java.lang.String> example,
@Nonnull
java.lang.String codeRef,
@Nullable
java.util.Date startTime)
buildStartExampleRq in class ReportPortalStoryReporterscenario - JBehave scenario objectexample - an example mapcodeRef - a step code referencestartTime - a step start time which will be passed to RP@Nonnull
protected com.epam.ta.reportportal.ws.model.StartTestItemRQ buildStartScenarioRq(@Nonnull
org.jbehave.core.model.Scenario scenario,
@Nonnull
java.lang.String codeRef,
@Nullable
java.util.Date startTime)
buildStartScenarioRq in class ReportPortalStoryReporterscenario - JBehave scenario objectcodeRef - A scenario code referencestartTime - a scenario start time which will be passed to RP@Nonnull
protected com.epam.ta.reportportal.ws.model.StartTestItemRQ buildStartStepRq(@Nonnull
java.lang.String step,
@Nonnull
java.lang.String codeRef,
@Nullable
java.util.Map<java.lang.String,java.lang.String> params,
@Nullable
java.util.Date startTime)
buildStartStepRq in class ReportPortalStoryReporterstep - JBehave step namecodeRef - a step code referenceparams - Examples parameters for current iterationstartTime - a step start time which will be passed to RP