Serialized Form
m_stackTrace
java.lang.StackTraceElement[] m_stackTrace
m_stackReduced
boolean m_stackReduced
serialVersionUID: 6778513869858860756L
m_propertyFileName
java.lang.String m_propertyFileName
m_suite
XmlSuite m_suite
m_testContext
ITestContext m_testContext
serialVersionUID: 5284208932089503131L
m_suiteResults
java.util.Map<K,V> m_suiteResults
m_outputDir
java.lang.String m_outputDir
m_suite
XmlSuite m_suite
m_host
java.lang.String m_host
m_methodInterceptor
IMethodInterceptor m_methodInterceptor
m_suiteState
SuiteRunState m_suiteState
m_hasFailures
boolean m_hasFailures
serialVersionUID: -8077917128278361294L
m_iClass
IClass m_iClass
m_runInfo
RunInfo m_runInfo
serialVersionUID: -7946644025188038804L
serialVersionUID: -422675971506425913L
serialVersionUID: 4247820024988306670L
m_suite
ISuite m_suite
m_xmlTest
XmlTest m_xmlTest
m_testName
java.lang.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
java.util.Date m_startDate
m_endDate
java.util.Date m_endDate
m_outputDirectory
java.lang.String m_outputDirectory
- Where the reports will be created.
m_xmlMethodSelector
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
java.util.List<E> m_excludedMethods
m_groupMethods
ConfigurationGroupMethods m_groupMethods
m_metaGroups
java.util.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
RunInfo m_runInfo
m_host
java.lang.String m_host
m_attributes
java.util.Map<K,V> m_attributes
m_methodInterceptor
IMethodInterceptor m_methodInterceptor
m_testPlan
TestPlan m_testPlan
m_runGroupFactory
IRunGroupFactory m_runGroupFactory
m_invokedMethods
java.util.List<E> m_invokedMethods
m_passedConfigurations
IResultMap m_passedConfigurations
m_skippedConfigurations
IResultMap m_skippedConfigurations
m_failedConfigurations
IResultMap m_failedConfigurations
m_expireDate
java.util.Calendar m_expireDate
m_inFormat
java.text.DateFormat m_inFormat
m_outFormat
java.text.DateFormat m_outFormat
m_stackChanged
boolean m_stackChanged
Package org.testng.internal |
m_name
java.lang.String m_name
- The enumeration name (one of JAVADOC_ANNOTATION_TYPE or JDK5_ANNOTATION_TYPE)
m_testClass
ITestClass m_testClass
- The test class on which the test method was found. Note that this is not
necessarily the declaring class.
m_id
java.lang.String m_id
m_date
long m_date
m_groups
java.lang.String[] m_groups
m_groupsDependedUpon
java.lang.String[] m_groupsDependedUpon
m_methodsDependedUpon
java.lang.String[] m_methodsDependedUpon
m_beforeGroups
java.lang.String[] m_beforeGroups
m_afterGroups
java.lang.String[] m_afterGroups
m_isAlwaysRun
boolean m_isAlwaysRun
m_signature
java.lang.String m_signature
m_methodName
java.lang.String m_methodName
m_missingGroup
java.lang.String m_missingGroup
m_description
java.lang.String m_description
m_currentInvocationCount
IAtomicInteger m_currentInvocationCount
m_parameterInvocationCount
int m_parameterInvocationCount
m_retryAnalyzer
IRetryAnalyzer m_retryAnalyzer
m_skipFailedInvocations
boolean m_skipFailedInvocations
m_xmlTest
XmlTest m_xmlTest
m_instanceCount
int m_instanceCount
m_instanceHashCodes
long[] m_instanceHashCodes
m_instance
java.lang.Object m_instance
m_objectFactory
IObjectFactory m_objectFactory
serialVersionUID: 1660798519864898480L
m_beforeGroupsMethods
java.util.Map<K,V> m_beforeGroupsMethods
- The list of beforeGroups methods keyed by the name of the group
m_afterGroupsMethods
java.util.Map<K,V> m_afterGroupsMethods
- The list of afterGroups methods keyed by the name of the group
m_allMethods
ITestNGMethod[] m_allMethods
- The list of all test methods
m_afterGroupsMap
java.util.Map<K,V> m_afterGroupsMap
- A map that returns the last method belonging to the given group
m_isBeforeSuiteConfiguration
boolean m_isBeforeSuiteConfiguration
m_isAfterSuiteConfiguration
boolean m_isAfterSuiteConfiguration
m_isBeforeTestConfiguration
boolean m_isBeforeTestConfiguration
m_isAfterTestConfiguration
boolean m_isAfterTestConfiguration
m_isBeforeClassConfiguration
boolean m_isBeforeClassConfiguration
m_isAfterClassConfiguration
boolean m_isAfterClassConfiguration
m_isBeforeMethodConfiguration
boolean m_isBeforeMethodConfiguration
m_isAfterMethodConfiguration
boolean m_isAfterMethodConfiguration
m_inheritGroupsFromTestClass
boolean m_inheritGroupsFromTestClass
m_parameterOutput
java.util.List<E> m_parameterOutput
m_instance
java.lang.Object m_instance
m_xmlTest
XmlTest m_xmlTest
m_testContext
ITestContext m_testContext
m_testMethod
ITestNGMethod m_testMethod
m_parameters
java.lang.Object[] m_parameters
m_isTest
boolean m_isTest
m_isConfigurationMethod
boolean m_isConfigurationMethod
m_date
long m_date
m_testClass
java.lang.Class<T> m_testClass
m_testName
java.lang.String m_testName
m_beforeClassMethods
ITestNGMethod[] m_beforeClassMethods
m_beforeTestMethods
ITestNGMethod[] m_beforeTestMethods
m_testMethods
ITestNGMethod[] m_testMethods
m_afterClassMethods
ITestNGMethod[] m_afterClassMethods
m_afterTestMethods
ITestNGMethod[] m_afterTestMethods
m_beforeSuiteMethods
ITestNGMethod[] m_beforeSuiteMethods
m_afterSuiteMethods
ITestNGMethod[] m_afterSuiteMethods
m_beforeTestConfMethods
ITestNGMethod[] m_beforeTestConfMethods
m_afterTestConfMethods
ITestNGMethod[] m_afterTestConfMethods
m_beforeGroupsMethods
ITestNGMethod[] m_beforeGroupsMethods
m_afterGroupsMethods
ITestNGMethod[] m_afterGroupsMethods
m_instances
java.lang.Object[] m_instances
m_instanceHashes
long[] m_instanceHashes
m_map
java.util.Map<K,V> m_map
m_threadPoolSize
int m_threadPoolSize
m_invocationCount
int m_invocationCount
m_successPercentage
int m_successPercentage
m_timeOut
long m_timeOut
m_testClass
IClass m_testClass
m_method
ITestNGMethod m_method
m_status
int m_status
m_throwable
java.lang.Throwable m_throwable
m_startMillis
long m_startMillis
m_endMillis
long m_endMillis
m_name
java.lang.String m_name
m_host
java.lang.String m_host
m_parameters
java.lang.Object[] m_parameters
m_includedGroups
java.util.Map<K,V> m_includedGroups
m_excludedGroups
java.util.Map<K,V> m_excludedGroups
m_classes
java.util.List<E> m_classes
m_expression
java.lang.String m_expression
m_includedMethods
java.util.Map<K,V> m_includedMethods
m_logged
java.util.Map<K,V> m_logged
m_isInitialized
boolean m_isInitialized
m_testMethods
java.util.List<E> m_testMethods
m_verbose
boolean m_verbose
Package org.testng.internal.remote |
Package org.testng.internal.thread |
m_atomicInteger
java.util.concurrent.atomic.AtomicInteger m_atomicInteger
serialVersionUID: -7766644143333236263L
serialVersionUID: 7009400729783393548L
m_testMethods
java.util.List<E> m_testMethods
m_realClass
java.lang.Class<T> m_realClass
m_instances
java.lang.Object[] m_instances
m_instanceHashes
long[] m_instanceHashes
m_testClass
ITestClass m_testClass
m_methodClass
java.lang.Class<T> m_methodClass
m_instances
java.lang.Object[] m_instances
m_instanceHashes
long[] m_instanceHashes
m_method
java.lang.reflect.Method m_method
m_methodName
java.lang.String m_methodName
m_signature
java.lang.String m_signature
m_currentInvocationCount
int m_currentInvocationCount
m_parameterInvocationCount
int m_parameterInvocationCount
m_date
long m_date
m_id
java.lang.String m_id
retryAnalyzer
IRetryAnalyzer retryAnalyzer
m_includedMethods
java.util.List<E> m_includedMethods
m_excludedMethods
java.util.List<E> m_excludedMethods
m_name
java.lang.String m_name
m_class
java.lang.Class<T> m_class
m_declaredClass
java.lang.Boolean m_declaredClass
serialVersionUID: 4999962288272750226L
m_test
java.lang.String m_test
m_name
java.lang.String m_name
- The suite name (defaults to DEFAULT_SUITE_NAME)
m_verbose
java.lang.Integer m_verbose
- The suite verbose flag. (0 to 10)
m_parallel
java.lang.String m_parallel
m_isJUnit
java.lang.Boolean m_isJUnit
- JUnit compatibility flag.
m_skipFailedInvocationCounts
java.lang.Boolean m_skipFailedInvocationCounts
m_threadCount
int m_threadCount
- The thread count.
m_annotations
AnnotationTypeEnum m_annotations
- The suite annotation type.
m_defaultAnnotations
AnnotationTypeEnum m_defaultAnnotations
- The suite default annotation type.
m_xmlPackages
java.util.List<E> m_xmlPackages
- The packages containing test classes.
m_expression
java.lang.String m_expression
- BeanShell expression.
m_methodSelectors
java.util.List<E> m_methodSelectors
- Suite level method selectors.
m_tests
java.util.List<E> m_tests
- Tests in suite.
m_parameters
java.util.Map<K,V> m_parameters
- Suite level parameters.
m_fileName
java.lang.String m_fileName
- Name of the XML file
m_timeOut
java.lang.String m_timeOut
- Time out for methods/tests
m_suiteFiles
java.util.List<E> m_suiteFiles
m_objectFactory
IObjectFactory m_objectFactory
m_listeners
java.util.List<E> m_listeners
m_suite
XmlSuite m_suite
m_name
java.lang.String m_name
m_verbose
java.lang.Integer m_verbose
m_isJUnit
java.lang.Boolean m_isJUnit
m_threadCount
int m_threadCount
m_xmlClasses
java.util.List<E> m_xmlClasses
m_includedGroups
java.util.List<E> m_includedGroups
m_excludedGroups
java.util.List<E> m_excludedGroups
m_metaGroups
java.util.Map<K,V> m_metaGroups
m_parameters
java.util.Map<K,V> m_parameters
m_parallel
java.lang.String m_parallel
m_annotations
AnnotationTypeEnum m_annotations
m_expression
java.lang.String m_expression
m_methodSelectors
java.util.List<E> m_methodSelectors
m_xmlPackages
java.util.List<E> m_xmlPackages
m_timeOut
java.lang.String m_timeOut
m_skipFailedInvocationCounts
java.lang.Boolean m_skipFailedInvocationCounts
Copyright © 2010. All Rights Reserved.