Package org.testng.internal
Class RunInfo
java.lang.Object
org.testng.internal.RunInfo
This class contains all the information needed to determine what methods should be run. It gets
invoked by the TestRunner and then goes through its list of method selectors to decide what
methods need to be run.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMethodSelector(IMethodSelector selector, int priority) booleanincludeMethod(ITestNGMethod tm, boolean isTestMethod) voidsetTestMethods(List<ITestNGMethod> testMethods)
-
Field Details
-
m_methodSelectors
-
xmlTest
-
-
Constructor Details
-
RunInfo
-
-
Method Details
-
getXmlTest
-
addMethodSelector
-
includeMethod
- Returns:
- true as soon as we fond a Method Selector that returns true for the method "tm".
-
setTestMethods
-