OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_isJUnit
(Results
1 - 4
of
4
) sorted by null
/external/testng/src/main/java/org/testng/xml/
XmlTest.java
31
private Boolean
m_isJUnit
= XmlSuite.DEFAULT_JUNIT;
272
Boolean result =
m_isJUnit
;
284
m_isJUnit
= isJUnit;
461
if (
m_isJUnit
!= null) {
462
XmlUtils.setProperty(p, "junit",
m_isJUnit
.toString(), XmlSuite.DEFAULT_JUNIT.toString());
742
result = prime * result + ((
m_isJUnit
== null) ? 0 :
m_isJUnit
.hashCode());
799
if (
m_isJUnit
== null) {
800
if (other.
m_isJUnit
!= null && ! other.
m_isJUnit
.equals(XmlSuite.DEFAULT_JUNIT)
[
all
...]
XmlSuite.java
79
private Boolean
m_isJUnit
= DEFAULT_JUNIT;
398
return
m_isJUnit
;
407
m_isJUnit
= isJUnit;
480
if (! DEFAULT_JUNIT.equals(
m_isJUnit
)) {
481
p.setProperty("junit",
m_isJUnit
!= null ?
m_isJUnit
.toString() : "false"); // TESTNG-141
766
+ ((
m_isJUnit
== null) ? 0 :
m_isJUnit
.hashCode());
840
if (
m_isJUnit
== null) {
841
if (other.
m_isJUnit
!= null)
[
all
...]
/external/testng/src/main/java/org/testng/
TestNG.java
133
private Boolean
m_isJUnit
= XmlSuite.DEFAULT_JUNIT;
[
all
...]
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 265 milliseconds