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 TypeMethodDescriptionvoid
addMethodSelector
(IMethodSelector selector, int priority) boolean
includeMethod
(ITestNGMethod tm, boolean isTestMethod) static void
void
setTestMethods
(List<ITestNGMethod> testMethods)
-
Field Details
-
m_methodSelectors
-
-
Constructor Details
-
RunInfo
public RunInfo()
-
-
Method Details
-
addMethodSelector
-
includeMethod
- Returns:
- true as soon as we fond a Method Selector that returns true for the method "tm".
-
ppp
-
setTestMethods
-