public class JiraStepListener
extends java.lang.Object
implements net.thucydides.core.steps.StepListener
Constructor and Description |
---|
JiraStepListener() |
JiraStepListener(IssueTracker issueTracker,
net.thucydides.core.util.EnvironmentVariables environmentVariables,
WorkflowLoader loader,
ZephyrClient zephyrClient) |
Modifier and Type | Method and Description |
---|---|
void |
addNewExamplesFrom(net.thucydides.core.model.DataTable dataTable) |
void |
assumptionViolated(java.lang.String s) |
void |
exampleFinished() |
void |
exampleStarted() |
void |
exampleStarted(java.util.Map<java.lang.String,java.lang.String> stringStringMap) |
JiraUpdater |
getJiraUpdater() |
TestResultTally |
getTestResultTally() |
java.util.Set<java.lang.String> |
getTestSuiteIssues() |
void |
lastStepFailed(net.thucydides.core.steps.StepFailure stepFailure) |
void |
notifyScreenChange() |
void |
skippedStepStarted(net.thucydides.core.steps.ExecutedStepDescription description) |
void |
stepFailed(net.thucydides.core.steps.StepFailure stepFailure) |
void |
stepFinished() |
void |
stepIgnored() |
void |
stepIgnored(java.lang.String s) |
void |
stepPending() |
void |
stepPending(java.lang.String s) |
void |
stepStarted(net.thucydides.core.steps.ExecutedStepDescription executedStepDescription) |
void |
testFailed(net.thucydides.core.model.TestOutcome testOutcome,
java.lang.Throwable cause) |
void |
testFinished(net.thucydides.core.model.TestOutcome result) |
void |
testIgnored() |
void |
testIsManual() |
void |
testPending() |
void |
testRetried() |
void |
testRunFinished() |
void |
testSkipped() |
void |
testStarted(java.lang.String testName) |
void |
testStarted(java.lang.String description,
java.lang.String id) |
void |
testSuiteFinished() |
void |
testSuiteStarted(java.lang.Class<?> testCase) |
void |
testSuiteStarted(net.thucydides.core.model.Story story) |
void |
useExamplesFrom(net.thucydides.core.model.DataTable dataTable) |
@Inject public JiraStepListener(IssueTracker issueTracker, net.thucydides.core.util.EnvironmentVariables environmentVariables, WorkflowLoader loader, ZephyrClient zephyrClient)
public JiraStepListener()
public void testSuiteStarted(java.lang.Class<?> testCase)
testSuiteStarted
in interface net.thucydides.core.steps.StepListener
public void testSuiteStarted(net.thucydides.core.model.Story story)
testSuiteStarted
in interface net.thucydides.core.steps.StepListener
public void testStarted(java.lang.String testName)
testStarted
in interface net.thucydides.core.steps.StepListener
public void testStarted(java.lang.String description, java.lang.String id)
testStarted
in interface net.thucydides.core.steps.StepListener
public void testFinished(net.thucydides.core.model.TestOutcome result)
testFinished
in interface net.thucydides.core.steps.StepListener
public void testSuiteFinished()
testSuiteFinished
in interface net.thucydides.core.steps.StepListener
public void testRetried()
testRetried
in interface net.thucydides.core.steps.StepListener
public void stepStarted(net.thucydides.core.steps.ExecutedStepDescription executedStepDescription)
stepStarted
in interface net.thucydides.core.steps.StepListener
public void skippedStepStarted(net.thucydides.core.steps.ExecutedStepDescription description)
skippedStepStarted
in interface net.thucydides.core.steps.StepListener
public void stepFailed(net.thucydides.core.steps.StepFailure stepFailure)
stepFailed
in interface net.thucydides.core.steps.StepListener
public void lastStepFailed(net.thucydides.core.steps.StepFailure stepFailure)
lastStepFailed
in interface net.thucydides.core.steps.StepListener
public void stepIgnored()
stepIgnored
in interface net.thucydides.core.steps.StepListener
public void stepIgnored(java.lang.String s)
public void stepPending()
stepPending
in interface net.thucydides.core.steps.StepListener
public void stepPending(java.lang.String s)
stepPending
in interface net.thucydides.core.steps.StepListener
public void assumptionViolated(java.lang.String s)
assumptionViolated
in interface net.thucydides.core.steps.StepListener
public void testRunFinished()
testRunFinished
in interface net.thucydides.core.steps.StepListener
public void stepFinished()
stepFinished
in interface net.thucydides.core.steps.StepListener
public void testFailed(net.thucydides.core.model.TestOutcome testOutcome, java.lang.Throwable cause)
testFailed
in interface net.thucydides.core.steps.StepListener
public void testIgnored()
testIgnored
in interface net.thucydides.core.steps.StepListener
public void testSkipped()
testSkipped
in interface net.thucydides.core.steps.StepListener
public void testPending()
testPending
in interface net.thucydides.core.steps.StepListener
public void testIsManual()
testIsManual
in interface net.thucydides.core.steps.StepListener
public void notifyScreenChange()
notifyScreenChange
in interface net.thucydides.core.steps.StepListener
public void useExamplesFrom(net.thucydides.core.model.DataTable dataTable)
useExamplesFrom
in interface net.thucydides.core.steps.StepListener
public void addNewExamplesFrom(net.thucydides.core.model.DataTable dataTable)
addNewExamplesFrom
in interface net.thucydides.core.steps.StepListener
public void exampleStarted(java.util.Map<java.lang.String,java.lang.String> stringStringMap)
exampleStarted
in interface net.thucydides.core.steps.StepListener
public void exampleStarted()
public void exampleFinished()
exampleFinished
in interface net.thucydides.core.steps.StepListener
public TestResultTally getTestResultTally()
public java.util.Set<java.lang.String> getTestSuiteIssues()
public JiraUpdater getJiraUpdater()