Home
last modified time | relevance | path

Searched refs:hasElements (Results 1 – 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/xml/
DXmlRun.java3 import static org.testng.collections.CollectionUtils.hasElements;
15 boolean hasElements = hasElements(m_excludes) || hasElements(m_includes); in toXml()
16 if (hasElements) { in toXml()
25 if (hasElements) { in toXml()
DXmlDefine.java3 import static org.testng.collections.CollectionUtils.hasElements;
25 boolean hasElements = hasElements(m_includes); in toXml()
26 if (hasElements) { in toXml()
32 if (hasElements) { in toXml()
DXmlDependencies.java9 import static org.testng.collections.CollectionUtils.hasElements;
26 boolean hasElements = hasElements(m_xmlDependencyGroups); in toXml()
27 if (hasElements) { in toXml()
33 if (hasElements) { in toXml()
DXmlGroups.java9 import static org.testng.collections.CollectionUtils.hasElements;
55 boolean hasGroups = hasElements(m_defines) || m_run != null in toXml()
56 || hasElements(m_dependencies); in toXml()
DXmlMethodSelectors.java3 import static org.testng.collections.CollectionUtils.hasElements;
27 if (hasElements(m_methodSelectors)) { in toXml()
DXmlSuite.java20 import static org.testng.collections.CollectionUtils.hasElements;
500 if (hasElements(m_listeners)) { in toXml()
510 if (hasElements(getXmlPackages())) { in toXml()
524 if (hasElements(getMethodSelectors())) { in toXml()
547 if (hasElements(included) || hasElements(excluded)) { in toXml()
/external/testng/src/main/java/org/testng/collections/
DCollectionUtils.java10 public static boolean hasElements(Collection<?> c) { in hasElements() method in CollectionUtils
14 public static boolean hasElements(Map<?, ?> c) { in hasElements() method in CollectionUtils
/external/junit-params/lib/
Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/ ...