OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_xmlMethodSelector
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/main/java/org/testng/
TestRunner.java
111
private XmlMethodSelector
m_xmlMethodSelector
= new XmlMethodSelector();
388
m_xmlMethodSelector
.setIncludedGroups(createGroups(m_xmlTest.getIncludedGroups()));
389
m_xmlMethodSelector
.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups()));
390
m_xmlMethodSelector
.setExpression(m_xmlTest.getExpression());
393
m_xmlMethodSelector
.setXmlClasses(m_xmlTest.getXmlClasses());
395
m_runInfo.addMethodSelector(
m_xmlMethodSelector
, 10);
502
m_classMethodMap = new ClassMethodMap(testMethods,
m_xmlMethodSelector
);
[
all
...]
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 50 milliseconds