Serialized Form
|
Package org.jenkinsci.plugins.cucumber.jsontestsupport |
background
gherkin.formatter.model.Background background
stepResults
ArrayList<E> stepResults
parent
ScenarioResult parent
macth
gherkin.formatter.model.Match macth
result
gherkin.formatter.model.Result result
serialVersionUID: -296964473181541824L
serialVersionUID: 3499017799686036745L
featureResults
List<E> featureResults
serialVersionUID: 1L
serialVersionUID: 995206500596875310L
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
serialVersionUID: 6813769160332278223L
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.
step
gherkin.formatter.model.Step step
match
gherkin.formatter.model.Match match
result
gherkin.formatter.model.Result result
parent
ScenarioResult parent
serialVersionUID: -5418078481483188238L
scenarioResults
Set<E> scenarioResults
tagName
String tagName
passCount
int passCount
failCount
int failCount
skipCount
int skipCount
duration
float duration
parent
CucumberTestResult parent
Copyright © 2013-2014. All Rights Reserved.