Serialized Form


Package org.testng

Class org.testng.SkipException extends RuntimeException implements Serializable

serialVersionUID: 4052142657885527260L

Serialized Fields

m_stackTrace

StackTraceElement[] m_stackTrace

m_stackReduced

boolean m_stackReduced

Class org.testng.SuiteRunner extends Object implements Serializable

serialVersionUID: 5284208932089503131L

Serialized Fields

m_suiteResults

Map<K,V> m_suiteResults

m_outputDir

String m_outputDir

m_suite

XmlSuite m_suite

m_host

String m_host

m_invokedMethodListeners

List<E> m_invokedMethodListeners

m_invokedMethods

List<E> m_invokedMethods
The list of all the methods invoked during this run


m_reporters

List<E> m_reporters

m_suiteState

SuiteRunState m_suiteState

m_attributes

IAttributes m_attributes

Class org.testng.SuiteRunState extends Object implements Serializable

serialVersionUID: -2716934905049123874L

Serialized Fields

m_hasFailures

boolean m_hasFailures

Class org.testng.TestException extends TestNGException implements Serializable

serialVersionUID: -7946644025188038804L

Class org.testng.TestNGException extends RuntimeException implements Serializable

serialVersionUID: -422675971506425913L

Class org.testng.TestRunner extends Object implements Serializable

serialVersionUID: 4247820024988306670L

Serialized Fields

m_suite

ISuite m_suite

m_xmlTest

XmlTest m_xmlTest

m_testName

String m_testName

m_allTestMethods

ITestNGMethod[] m_allTestMethods
All the test methods we found, associated with their respective classes. Note that these test methods might belong to different classes. We pick which ones to run at runtime.


m_startDate

Date m_startDate

m_endDate

Date m_endDate

m_outputDirectory

String m_outputDirectory
Where the reports will be created.


m_xmlMethodSelector

org.testng.internal.XmlMethodSelector m_xmlMethodSelector

m_beforeSuiteMethods

ITestNGMethod[] m_beforeSuiteMethods

m_afterSuiteMethods

ITestNGMethod[] m_afterSuiteMethods

m_beforeXmlTestMethods

ITestNGMethod[] m_beforeXmlTestMethods

m_afterXmlTestMethods

ITestNGMethod[] m_afterXmlTestMethods

m_excludedMethods

List<E> m_excludedMethods

m_groupMethods

org.testng.internal.ConfigurationGroupMethods m_groupMethods

m_metaGroups

Map<K,V> m_metaGroups

m_passedTests

IResultMap m_passedTests

m_failedTests

IResultMap m_failedTests

m_failedButWithinSuccessPercentageTests

IResultMap m_failedButWithinSuccessPercentageTests

m_skippedTests

IResultMap m_skippedTests

m_runInfo

org.testng.internal.RunInfo m_runInfo

m_host

String m_host

m_invokedMethods

List<E> m_invokedMethods

m_passedConfigurations

IResultMap m_passedConfigurations

m_skippedConfigurations

IResultMap m_skippedConfigurations

m_failedConfigurations

IResultMap m_failedConfigurations

m_attributes

IAttributes m_attributes

Class org.testng.TimeBombSkipException extends SkipException implements Serializable

serialVersionUID: -8599821478834048537L

Serialized Fields

m_expireDate

Calendar m_expireDate

m_inFormat

DateFormat m_inFormat

m_outFormat

DateFormat m_outFormat

Package org.testng.junit

Class org.testng.junit.JUnitUtils.JUnitTestClass extends Object implements Serializable

serialVersionUID: 405598615794850925L

Serialized Fields

m_testMethods

List<E> m_testMethods

m_realClass

Class<T> m_realClass

m_instances

Object[] m_instances

m_instanceHashes

long[] m_instanceHashes

Class org.testng.junit.JUnitUtils.JUnitTestMethod extends Object implements Serializable

serialVersionUID: -415785273985919220L

Serialized Fields

m_testClass

ITestClass m_testClass

m_methodClass

Class<T> m_methodClass

m_instances

Object[] m_instances

m_instanceHashes

long[] m_instanceHashes

m_methodName

String m_methodName

m_signature

String m_signature

m_currentInvocationCount

int m_currentInvocationCount

m_parameterInvocationCount

int m_parameterInvocationCount

m_invocationNumbers

List<E> m_invocationNumbers

m_date

long m_date

m_id

String m_id

m_failedInvocationNumbers

List<E> m_failedInvocationNumbers

Package org.testng.remote.strprotocol

Class org.testng.remote.strprotocol.GenericMessage extends Object implements Serializable

Serialized Fields

m_messageType

int m_messageType

m_suiteCount

int m_suiteCount

m_testCount

int m_testCount

Class org.testng.remote.strprotocol.SuiteMessage extends Object implements Serializable

Serialized Fields

m_suiteName

String m_suiteName

m_testMethodCount

int m_testMethodCount

m_startSuite

boolean m_startSuite

m_excludedMethods

List<E> m_excludedMethods

m_descriptions

Map<K,V> m_descriptions

Class org.testng.remote.strprotocol.TestMessage extends Object implements Serializable

Serialized Fields

m_testStart

boolean m_testStart

m_suiteName

String m_suiteName

m_testName

String m_testName

m_testMethodCount

int m_testMethodCount

m_passedTestCount

int m_passedTestCount

m_failedTestCount

int m_failedTestCount

m_skippedTestCount

int m_skippedTestCount

m_successPercentageFailedTestCount

int m_successPercentageFailedTestCount

Class org.testng.remote.strprotocol.TestResultMessage extends Object implements Serializable

Serialized Fields

m_messageType

int m_messageType

m_suiteName

String m_suiteName

m_testName

String m_testName

m_testClassName

String m_testClassName

m_testMethodName

String m_testMethodName

m_stackTrace

String m_stackTrace

m_startMillis

long m_startMillis

m_endMillis

long m_endMillis

m_parameters

String[] m_parameters

m_paramTypes

String[] m_paramTypes

m_testDescription

String m_testDescription

m_invocationCount

int m_invocationCount

m_currentInvocationCount

int m_currentInvocationCount

Package org.testng.xml

Class org.testng.xml.XmlClass extends Object implements Serializable

serialVersionUID: 8885360896966149897L

Serialized Fields

m_includedMethods

List<E> m_includedMethods

m_excludedMethods

List<E> m_excludedMethods

m_name

String m_name

m_class

Class<T> m_class

m_index

int m_index
The index of this class in the tag


m_loadClasses

boolean m_loadClasses
True if the classes need to be loaded

Class org.testng.xml.XmlInclude extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_name

String m_name

m_invocationNumbers

List<E> m_invocationNumbers

m_index

int m_index

Class org.testng.xml.XmlPackage extends Object implements Serializable

serialVersionUID: 1996341670354923204L

Serialized Fields

m_name

String m_name

m_include

List<E> m_include

m_exclude

List<E> m_exclude

m_xmlClasses

List<E> m_xmlClasses

Class org.testng.xml.XmlSuite extends Object implements Serializable

serialVersionUID: 4999962288272750226L

Serialized Fields

m_test

String m_test

m_name

String m_name
The suite name (defaults to DEFAULT_SUITE_NAME)


m_verbose

Integer m_verbose

m_parallel

String m_parallel

m_configFailurePolicy

String m_configFailurePolicy

m_isJUnit

Boolean m_isJUnit

m_skipFailedInvocationCounts

Boolean m_skipFailedInvocationCounts

m_threadCount

int m_threadCount

m_dataProviderThreadCount

int m_dataProviderThreadCount

m_annotations

org.testng.internal.AnnotationTypeEnum m_annotations
The suite annotation type.


m_defaultAnnotations

org.testng.internal.AnnotationTypeEnum m_defaultAnnotations
The suite default annotation type.


m_xmlPackages

List<E> m_xmlPackages
The packages containing test classes.


m_expression

String m_expression
BeanShell expression.


m_methodSelectors

List<E> m_methodSelectors
Suite level method selectors.


m_tests

List<E> m_tests
Tests in suite.


m_parameters

Map<K,V> m_parameters
Suite level parameters.


m_fileName

String m_fileName
Name of the XML file


m_timeOut

String m_timeOut
Time out for methods/tests


m_childSuites

List<E> m_childSuites
List of child XML suite specified using tags


m_parentSuite

XmlSuite m_parentSuite
Parent XML Suite if this suite was specified in another suite using tag


m_suiteFiles

List<E> m_suiteFiles

m_objectFactory

IObjectFactory m_objectFactory

m_listeners

List<E> m_listeners

Class org.testng.xml.XmlTest extends Object implements Serializable

serialVersionUID: 6533504325942417606L

Serialized Fields

m_suite

XmlSuite m_suite

m_name

String m_name

m_verbose

Integer m_verbose

m_isJUnit

Boolean m_isJUnit

m_threadCount

int m_threadCount

m_xmlClasses

List<E> m_xmlClasses

m_includedGroups

List<E> m_includedGroups

m_excludedGroups

List<E> m_excludedGroups

m_metaGroups

Map<K,V> m_metaGroups

m_parameters

Map<K,V> m_parameters

m_parallel

String m_parallel

m_annotations

org.testng.internal.AnnotationTypeEnum m_annotations

m_expression

String m_expression

m_methodSelectors

List<E> m_methodSelectors

m_xmlPackages

List<E> m_xmlPackages

m_timeOut

String m_timeOut

m_skipFailedInvocationCounts

Boolean m_skipFailedInvocationCounts

m_failedInvocationNumbers

Map<K,V> m_failedInvocationNumbers

m_preserveOrder

String m_preserveOrder



Copyright © 2010. All Rights Reserved.