Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Field and Description |
---|---|
private RunInfo |
TestRunner.m_runInfo |
private RunInfo |
TestClass.m_runInfo |
Modifier and Type | Method and Description |
---|---|
private RunInfo |
TestClass.getRunInfo() |
Modifier and Type | Method and Description |
---|---|
private void |
TestClass.init(IClass cls,
ITestMethodFinder testMethodFinder,
IAnnotationFinder annotationFinder,
RunInfo runInfo,
XmlTest xmlTest,
XmlClass xmlClass) |
Constructor and Description |
---|
TestClass(IClass cls,
ITestMethodFinder testMethodFinder,
IAnnotationFinder annotationFinder,
RunInfo runInfo,
XmlTest xmlTest,
XmlClass xmlClass) |
Modifier and Type | Field and Description |
---|---|
private RunInfo |
TestNGMethodFinder.m_runInfo |
Modifier and Type | Method and Description |
---|---|
static ITestNGMethod[] |
MethodHelper.collectAndOrderMethods(java.util.List<ITestNGMethod> methods,
boolean forTests,
RunInfo runInfo,
IAnnotationFinder finder,
boolean unique,
java.util.List<ITestNGMethod> outExcludedMethods)
Collects and orders test or configuration methods
|
(package private) static void |
MethodGroupsHelper.collectMethodsByGroup(ITestNGMethod[] methods,
boolean forTests,
java.util.List<ITestNGMethod> outIncludedMethods,
java.util.List<ITestNGMethod> outExcludedMethods,
RunInfo runInfo,
IAnnotationFinder finder,
boolean unique)
Collect all the methods that belong to the included groups and exclude all
the methods that belong to an excluded group.
|
private static boolean |
MethodGroupsHelper.includeMethod(ITestOrConfiguration annotation,
RunInfo runInfo,
ITestNGMethod tm,
boolean forTests,
boolean unique,
java.util.List<ITestNGMethod> outIncludedMethods) |
Constructor and Description |
---|
TestNGMethodFinder(RunInfo runInfo,
IAnnotationFinder annotationFinder) |