Serialized Form
|
Package com.cwctravel.hudson.plugins.suitegroupedtests |
serialVersionUID: -4830492397041441842L
config
SuiteTestGroupConfiguration config
testDataPublishers
hudson.util.DescribableList<T extends hudson.model.Describable<T>,D extends hudson.model.Descriptor<T>> testDataPublishers
|
Package com.cwctravel.hudson.plugins.suitegroupedtests.junit |
serialVersionUID: 1L
duration
float duration
className
java.lang.String className
- In JUnit, a test is a method of a class. This field holds the fully qualified class name that the test was in.
testName
java.lang.String testName
- This field retains the method name.
skipped
boolean skipped
errorStackTrace
java.lang.String errorStackTrace
errorDetails
java.lang.String errorDetails
stdout
java.lang.String stdout
- Some tools report stdout and stderr at testcase level (such as Maven surefire plugin), others do so at the suite level (such as Ant JUnit
task.) If these information are reported at the test case level, these fields are set, otherwise null, in which case
SuiteResult.stdout
.
stderr
java.lang.String stderr
- Some tools report stdout and stderr at testcase level (such as Maven surefire plugin), others do so at the suite level (such as Ant JUnit
task.) If these information are reported at the test case level, these fields are set, otherwise null, in which case
SuiteResult.stdout
.
failedSince
int failedSince
- This test has been failing since this build number (not id.) If
passing, this field is left unused to 0.
className
java.lang.String className
cases
java.util.List<E> cases
passCount
int passCount
failCount
int failCount
skipCount
int skipCount
duration
float duration
parent
PackageResult parent
packageName
java.lang.String packageName
classes
java.util.Map<K,V> classes
- All
ClassResults keyed by their short name.
passCount
int passCount
failCount
int failCount
skipCount
int skipCount
parent
TestResult parent
duration
float duration
serialVersionUID: -6091389434656908226L
readResolve
private java.lang.Object readResolve()
- Allow the object to rebuild its internal data structures when it is deserialized.
childrenBySuiteName
java.util.Map<K,V> childrenBySuiteName
keepLongStdio
boolean keepLongStdio
failCount
int failCount
skipCount
int skipCount
passCount
int passCount
totalCount
int totalCount
duration
float duration
description
java.lang.String description
groupId
java.lang.String groupId
- Effectively overrides TestObject.id, by overriding the accessors
serialVersionUID: 1L
file
java.lang.String file
name
java.lang.String name
stdout
java.lang.String stdout
stderr
java.lang.String stderr
duration
float duration
timestamp
java.lang.String timestamp
- The 'timestamp' attribute of the test suite. AFAICT, this is not a required attribute in XML, so the value may be null.
cases
java.util.List<E> cases
- All test cases.
serialVersionUID: 1L
suites
java.util.List<E> suites
- List of all
SuiteResults in this test. This is the core data structure to be persisted in the disk.
duration
float duration
suiteName
java.lang.String suiteName
Copyright © 2004-2012. All Rights Reserved.