Home
last modified time | relevance | path

Searched refs:haveTest (Results 1 – 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/junit/
DJUnit4TestRecognizer.java22 boolean haveTest = false; in isTest()
26 haveTest = true; in isTest()
31 return haveTest; in isTest()
DJUnit3TestRecognizer.java19 boolean haveTest = false; in isTest()
22 haveTest = true; in isTest()
26 if (haveTest) { in isTest()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java120 … boolean haveTest = check(common_attribute_validity, attribute, attributeValue, result); in handleCheck()
122 haveTest = haveTest || check(attribute_validity, attribute, attributeValue, result); in handleCheck()
123 if (!haveTest && FIND_MISSING) { in handleCheck()
/external/cldr/tools/java/org/unicode/cldr/tool/
DVerifyAttributeValues.java128 …Status haveTest = AttributeValueValidity.check(dtdData, element, attribute, attributeValue, reason… in handlePathValue() local
129 switch (haveTest) { in handlePathValue()
/external/cldr/tools/java/org/unicode/cldr/util/
DAttributeValueValidity.java833 … Status haveTest = check(common_attribute_validity, element, attribute, attributeValue, reason); in check() local
835 if (haveTest == Status.noTest) { in check()
846 haveTest = check(attribute_validity, element, attribute, attributeValue, reason); in check()
848 return haveTest; in check()