Searched refs:testTag (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.h28 * Perform several extensive tests using the subtest routine testTag
48 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dcreststn.h42 *Perform several extensive tests using the subtest routine testTag
89 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dcrestst.c141 testTag("only_in_Root", TRUE, FALSE, FALSE);
142 testTag("in_Root_te", TRUE, TRUE, FALSE);
143 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
144 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
145 testTag("only_in_te", FALSE, TRUE, FALSE);
146 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
147 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
148 testTag("nonexistent", FALSE, FALSE, FALSE);
237 UBool testTag(const char* frag, function
H A Dcreststn.c1481 testTag("only_in_Root", TRUE, FALSE, FALSE);
1482 testTag("in_Root_te", TRUE, TRUE, FALSE);
1483 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
1484 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
1485 testTag("only_in_te", FALSE, TRUE, FALSE);
1486 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
1487 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
1488 testTag("nonexistent", FALSE, FALSE, FALSE);
1579 static UBool testTag(const char* frag, function
/external/testng/src/main/java/org/testng/reporters/
H A DJUnitReportReporter.java98 TestTag testTag = new TestTag();
123 testTag.message = t.getMessage();
124 testTag.type = t.getClass().getName();
125 testTag.stackTrace = sw.toString();
126 testTag.errorTag = tr.getThrowable() instanceof AssertionError ? "failure" : "error";
130 testTag.properties = p2;
131 testCases.add(testTag);
152 for (TestTag testTag : testCases) {
153 if (testTag.stackTrace == null) {
154 xsb.addEmptyElement("testcase", testTag
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drestest.h25 * Perform several extensive tests using the subtest routine testTag
48 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Drestsnew.h25 * Perform several extensive tests using the subtest routine testTag
51 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Drestest.cpp222 testTag("only_in_Root", TRUE, FALSE, FALSE);
223 testTag("only_in_te", FALSE, TRUE, FALSE);
224 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
225 testTag("in_Root_te", TRUE, TRUE, FALSE);
226 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
227 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
228 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
229 testTag("nonexistent", FALSE, FALSE, FALSE);
303 ResourceBundleTest::testTag(const char* frag, function in class:ResourceBundleTest
H A Drestsnew.cpp221 testTag("only_in_Root", TRUE, FALSE, FALSE);
222 testTag("only_in_te", FALSE, TRUE, FALSE);
223 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
224 testTag("in_Root_te", TRUE, TRUE, FALSE);
225 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
226 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
227 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
228 testTag("nonexistent", FALSE, FALSE, FALSE);
635 NewResourceBundleTest::testTag(const char* frag, function in class:NewResourceBundleTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
H A DDirectiveTokenTest.java46 public void testTag() { method in class:DirectiveTokenTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue10/
H A DBasicDumpTest.java28 public void testTag() { method in class:BasicDumpTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue67/
H A DNonAsciiCharsInClassNameTest.java106 public void testTag() { method in class:NonAsciiCharsInClassNameTest

Completed in 572 milliseconds