| Class | Description |
|---|---|
| BackgroundResult |
Represents a Background belonging to a Scenario.
|
| BeforeAfterResult |
Represents a Before or After belonging to a Scenario.
|
| CucumberJSONParser |
Parser that understands Cucumbers JSON notation and will
generate
TestResult so that Jenkins will display the results. |
| CucumberJSONSupportPlugin |
Plugin that understands Cucumbers JSON notation and will report it as standard test metrics.
|
| CucumberTestResult |
Represents all the Features from Cucumber.
|
| CucumberTestResultAction |
Action that displays the Cucumber test result. |
| CucumberTestResultArchiver |
Generates HTML report from Cucumber JSON files.
|
| CucumberTestResultArchiver.DescriptorImpl | |
| CucumberUtils | |
| DefaultTestResultParserImpl |
Default partial implementation of
TestResultParser that handles GLOB dereferencing and other checks
for user errors, such as misconfigured GLOBs, up-to-date checks on test reports. |
| EmbeddedItem |
An EmbeddedItem represents an item that has been embedded in a test report.
|
| FeatureResult |
Represents a single Feature in Cucumber.
|
| ScenarioResult |
Represents a Scenario belonging to a Feature from Cucumber.
|
| ScenarioToHTML | |
| StepResult |
Represents a Step belonging to a Scenario from Cucumber.
|
| TagResult |
A TagResult is a pseudo result to link scenarios with the same tag.
|
| Exception | Description |
|---|---|
| CucumberModelException |
An exception caused by failing to parse the Cucumber JSON file.
|
| CucumberPluginException |
A generic exception indicating that something bad has happened.
|
Copyright © 2013-2015. All Rights Reserved.