Home
last modified time | relevance | path

Searched full:excludedmethods (Results 1 – 9 of 9) sorted by relevance

/external/testng/src/main/java/org/testng/remote/strprotocol/
DSuiteMessage.java36 Collection<ITestNGMethod> excludedMethods = suite.getExcludedMethods(); in SuiteMessage() local
37 if (excludedMethods != null && excludedMethods.size() > 0) { in SuiteMessage()
40 for (ITestNGMethod m : excludedMethods) { in SuiteMessage()
/external/testng/src/main/java/org/testng/xml/
DXmlClass.java101 * @return Returns the excludedMethods.
108 * @param excludedMethods The excludedMethods to set.
110 public void setExcludedMethods(List<String> excludedMethods) { in setExcludedMethods() argument
111 m_excludedMethods = excludedMethods; in setExcludedMethods()
/external/testng/src/test/resources/
Dtestng.yaml206 excludedMethods:
214 excludedMethods:
231 excludedMethods:
Dtestng-single2.yaml41 excludedMethods: [test3]
/external/testng/src/main/java/org/testng/internal/
DTestNGMethodFinder.java188 List<ITestNGMethod> excludedMethods = Lists.newArrayList(); in findConfiguration() local
195 excludedMethods); in findConfiguration()
DXmlMethodSelector.java149 List<String> excludedMethods = createQualifiedMethodNames(xmlClass, in includeMethodFromIncludeExclude() local
151 boolean isExcludedInMethods = isExcluded(fullyQualifiedMethodName, excludedMethods); in includeMethodFromIncludeExclude()
DYaml.java195 result.append(sp2 + " excludedMethods:\n"); in toYaml()
/external/testng/src/test/resources/yaml/
Da2.yaml37 excludedMethods: [test3]
/external/grpc-grpc/src/ruby/
D.rubocop_todo.yml236 # Configuration parameters: CountComments, ExcludedMethods.