OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_childSuites
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/main/java/org/testng/xml/
XmlSuite.java
125
private List<XmlSuite>
m_childSuites
= Lists.newArrayList();
747
return
m_childSuites
;
755
// + ((
m_childSuites
== null) ? 0 :
m_childSuites
.hashCode());
818
// if (
m_childSuites
== null) {
819
// if (other.
m_childSuites
!= null)
821
// } else if (!
m_childSuites
.equals(other.
m_childSuites
))
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 33 milliseconds