HomeSort by relevance Sort by last modified time
    Searched refs:includedMethods (Results 1 - 7 of 7) sorted by null

  /external/testng/src/main/java/org/testng/internal/
MethodInstance.java 90 private XmlInclude findXmlInclude(List<XmlInclude> includedMethods, String methodName) {
91 for (XmlInclude xi : includedMethods) {
MethodGroupsHelper.java 154 List<ITestNGMethod> includedMethods,
160 for (ITestNGMethod m : includedMethods) {
173 for (ITestNGMethod m : includedMethods) {
216 includedMethods = Lists.newArrayList();
217 includedMethods.addAll(newMethods.keySet());
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,
MethodHelper.java 51 List<ITestNGMethod> includedMethods = Lists.newArrayList();
54 includedMethods,
60 return sortMethods(forTests, includedMethods, finder).toArray(new ITestNGMethod[]{});
  /external/testng/src/main/java/org/testng/xml/
XmlClass.java 115 * @return Returns the includedMethods.
122 * @param includedMethods The includedMethods to set.
124 public void setIncludedMethods(List<XmlInclude> includedMethods) {
125 m_includedMethods = includedMethods;
  /external/testng/src/main/java/org/testng/
TestRunner.java 689 List<XmlInclude> includedMethods = cim.getXmlClass(tc).getIncludedMethods();
691 for (XmlInclude inc: includedMethods) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 121 milliseconds