Serialized Form


Package org.jenkinsci.plugins.cucumber.jsontestsupport

Class org.jenkinsci.plugins.cucumber.jsontestsupport.BackgroundResult extends hudson.tasks.test.TestResult implements Serializable

Serialized Fields

background

gherkin.formatter.model.Background background

stepResults

ArrayList<E> stepResults

parent

ScenarioResult parent

Class org.jenkinsci.plugins.cucumber.jsontestsupport.BeforeAfterResult extends hudson.tasks.test.TestResult implements Serializable

Serialized Fields

macth

gherkin.formatter.model.Match macth

result

gherkin.formatter.model.Result result

Class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser extends DefaultTestResultParserImpl implements Serializable

serialVersionUID: -296964473181541824L

Class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberModelException extends RuntimeException implements Serializable

Class org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResult extends hudson.tasks.test.MetaTabulatedResult implements Serializable

serialVersionUID: 3499017799686036745L

Serialized Fields

featureResults

List<E> featureResults

Class org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl extends hudson.tasks.test.TestResultParser implements Serializable

serialVersionUID: 1L

Class org.jenkinsci.plugins.cucumber.jsontestsupport.FeatureResult extends hudson.tasks.test.MetaTabulatedResult implements Serializable

serialVersionUID: 995206500596875310L

Serialized Fields

feature

gherkin.formatter.model.Feature feature

uri

String uri

scenarioResults

List<E> scenarioResults

passCount

int passCount

failCount

int failCount

skipCount

int skipCount

duration

float duration

parent

CucumberTestResult parent

Class org.jenkinsci.plugins.cucumber.jsontestsupport.ScenarioResult extends hudson.tasks.test.TestResult implements Serializable

serialVersionUID: 6813769160332278223L

Serialized Fields

scenario

gherkin.formatter.model.Scenario scenario

steps

List<E> steps

beforeResults

List<E> beforeResults
Possibly empty list of code executed before the Scenario.


backgroundResult

BackgroundResult backgroundResult
Possibly null Background executed before the Scenario.


afterResults

List<E> afterResults
Possibly empty list of code executed before the Scenario.


parent

FeatureResult parent

failedSince

int failedSince
This test has been failing since this build number (not id.) If passing, this field is left unused to 0.

Class org.jenkinsci.plugins.cucumber.jsontestsupport.StepResult extends hudson.tasks.test.TestResult implements Serializable

Serialized Fields

step

gherkin.formatter.model.Step step

match

gherkin.formatter.model.Match match

result

gherkin.formatter.model.Result result

parent

ScenarioResult parent

Class org.jenkinsci.plugins.cucumber.jsontestsupport.TagResult extends hudson.tasks.test.MetaTabulatedResult implements Serializable

serialVersionUID: -5418078481483188238L

Serialized Fields

scenarioResults

Set<E> scenarioResults

tagName

String tagName

passCount

int passCount

failCount

int failCount

skipCount

int skipCount

duration

float duration

parent

CucumberTestResult parent



Copyright © 2013. All Rights Reserved.