Serialized Form


Package hudson.plugins.testng

Class hudson.plugins.testng.TestNGTestResultBuildAction extends hudson.tasks.test.AbstractTestResultAction implements Serializable

serialVersionUID: 31415926L

Serialization Methods

readResolve

public Object readResolve()

NOTE: Executed when build action is read from disk - e.g. on Jenkins startup


Package hudson.plugins.testng.results

Class hudson.plugins.testng.results.BaseResult extends hudson.tasks.test.TabulatedResult implements Serializable

Serialized Fields

owner

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner

name

String name

parent

BaseResult parent

Class hudson.plugins.testng.results.ClassResult extends BaseResult implements Serializable

Serialized Fields

testMethodList

List<E> testMethodList

testRunMap

Map<K,V> testRunMap

Class hudson.plugins.testng.results.MethodResult extends BaseResult implements Serializable

Serialized Fields

status

String status

description

String description

isConfig

boolean isConfig

duration

float duration

exception

MethodResultException exception

startedAt

Date startedAt

testInstanceName

String testInstanceName

parentTestName

String parentTestName

parentSuiteName

String parentSuiteName

groups

List<E> groups

parameters

List<E> parameters

reporterOutput

String reporterOutput

testRunId

String testRunId
unique id for this test's run (helps associate the test method with related configuration methods)


testUuid

String testUuid
unique id for this test method

Class hudson.plugins.testng.results.MethodResultException extends Object implements Serializable

Serialized Fields

exceptionName

String exceptionName

message

String message

stackTrace

String stackTrace

Class hudson.plugins.testng.results.PackageResult extends BaseResult implements Serializable

Serialized Fields

classList

List<E> classList

sortedTestMethodsByStartTime

List<E> sortedTestMethodsByStartTime

MAX_EXEC_MTHD_LIST_SIZE

int MAX_EXEC_MTHD_LIST_SIZE

Class hudson.plugins.testng.results.TestNGResult extends BaseResult implements Serializable

serialVersionUID: -3491974223665601995L

Serialized Fields

testList

List<E> testList

passedTests

List<E> passedTests

failedTests

List<E> failedTests

skippedTests

List<E> skippedTests

failedConfigurationMethods

List<E> failedConfigurationMethods

skippedConfigurationMethods

List<E> skippedConfigurationMethods

duration

long duration

passCount

int passCount

failCount

int failCount

skipCount

int skipCount

failedConfigCount

int failedConfigCount

skippedConfigCount

int skippedConfigCount

packageMap

Map<K,V> packageMap



Copyright © 2004-2013. All Rights Reserved.