Package org.jenkinsci.plugins.cucumber.jsontestsupport

Class Summary
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.
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 Summary
CucumberModelException An exception caused by failing to parse the Cucumber JSON file.
 



Copyright © 2013-2014. All Rights Reserved.