OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:includedMethods
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/main/java/org/testng/internal/
MethodHelper.java
51
List<ITestNGMethod>
includedMethods
= Lists.newArrayList();
54
includedMethods
,
60
return sortMethods(forTests,
includedMethods
, finder).toArray(new ITestNGMethod[]{});
XmlMethodSelector.java
146
List<String>
includedMethods
=
148
boolean isIncludedInMethods = isIncluded(fullyQualifiedMethodName,
includedMethods
);
347
List<ITestNGMethod>
includedMethods
= Lists.newArrayList();
350
includedMethods
.add(m);
353
MethodGroupsHelper.findGroupTransitiveClosure(this,
includedMethods
, m_testMethods,
Completed in 58 milliseconds