Searched defs:testArgs (Results 1 - 13 of 13) sorted by relevance

/external/testng/src/test/java/test/name/
H A DITestSample.java30 public void init(Object[] testArgs) { argument
31 testName.set((String) testArgs[0]);
35 public void tearDown(Object[] testArgs) { argument
36 Assert.assertEquals((String) testArgs[0], this.testName.get());
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsimple_mock_unittest.py25 def testArgs(self): member in class:SimpleMockUnitTest
/external/icu/icu4c/source/test/intltest/
H A Dselfmts.cpp315 Formattable testArgs = Formattable("other"); local
316 selFmt1->format( testArgs, result1 , ignore , status1);
H A Dmsfmrgts.cpp806 //Object[] testArgs = {new Long(12373), "MyDisk"};
807 Formattable testArgs [] = { local
815 logln(form1->format(testArgs, 2, result, bogus, status));
818 logln(form2->format(testArgs, 2, result, bogus, status));
H A Dtchcfmt.cpp172 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; local
210 testArgs[0] = Formattable((int32_t)i);
211 testArgs[2] = testArgs[0];
212 res2 = pattform->format(testArgs, 3, str, fpos, status );
276 testArgs[0] = Formattable((int32_t)i);
277 testArgs[2] = testArgs[0];
278 res2 = pattform->format(testArgs, 3, str, fpos, status );
H A Dtmsgfmt.cpp252 Formattable testArgs[] = { local
325 form->format(testArgs, count, result, fieldpos, success);
357 if (values == 0 || testArgs[j] != values[j]) {
358 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
699 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; local
706 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
721 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; local
728 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
743 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; local
750 internalFormat( msgFmt3 , testArgs[
766 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; local
789 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; local
823 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, local
[all...]
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
H A Dtest_mox.py863 def testArgs(self): member in class:MethodCheckerTest
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 244 milliseconds