Serialized Form


Package com.cwctravel.hudson.plugins.suitegroupedtests

Class com.cwctravel.hudson.plugins.suitegroupedtests.SuiteGroupResultPublisher extends hudson.tasks.Recorder implements Serializable

serialVersionUID: -4830492397041441842L

Serialized Fields

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

Class com.cwctravel.hudson.plugins.suitegroupedtests.junit.CaseResult extends hudson.tasks.test.TestResult implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class com.cwctravel.hudson.plugins.suitegroupedtests.junit.ClassResult extends hudson.tasks.test.TabulatedResult implements Serializable

Serialized Fields

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

Class com.cwctravel.hudson.plugins.suitegroupedtests.junit.PackageResult extends hudson.tasks.test.MetaTabulatedResult implements Serializable

Serialized Fields

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

Class com.cwctravel.hudson.plugins.suitegroupedtests.junit.SuiteGroupResult extends hudson.tasks.test.MetaTabulatedResult implements Serializable

serialVersionUID: -6091389434656908226L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Allow the object to rebuild its internal data structures when it is deserialized.

Serialized Fields

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

Class com.cwctravel.hudson.plugins.suitegroupedtests.junit.SuiteResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class com.cwctravel.hudson.plugins.suitegroupedtests.junit.TestResult extends hudson.tasks.test.MetaTabulatedResult implements Serializable

serialVersionUID: 1L

Serialized Fields

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.