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

/external/testng/src/test/java/test/interleavedorder/
H A DBaseTestClass.java8 public void testOne() { method in class:BaseTestClass
/external/testng/src/test/java/test/
H A DClassConfigurations.java31 public void testOne() { method in class:ClassConfigurations
32 // System.out.println("testOne");
/external/testng/src/test/java/test/factory/
H A DTestClassAnnotationTest.java27 public void testOne() { method in class:TestClassAnnotationTest
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, function
212 testOne(reporter, line1, line2, true);
228 testOne(reporter, tests[index][0], tests[index][1], true);
234 testOne(reporter, tests[index][0], tests[index][1], false);
H A DPathOpsCubicLineIntersectionTest.cpp127 static void testOne(skiatest::Reporter* reporter, int iIndex) { function
187 testOne(reporter, iIndex);
194 testOne(reporter, iIndex);
H A DPathOpsBuilderConicTest.cpp55 static void testOne(skiatest::Reporter* reporter, const OvalSet& set) { function
88 testOne(reporter, set);
/external/skqp/tests/
H A DPathOpsLineIntersectionTest.cpp107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, function
212 testOne(reporter, line1, line2, true);
228 testOne(reporter, tests[index][0], tests[index][1], true);
234 testOne(reporter, tests[index][0], tests[index][1], false);
H A DPathOpsCubicLineIntersectionTest.cpp127 static void testOne(skiatest::Reporter* reporter, int iIndex) { function
187 testOne(reporter, iIndex);
194 testOne(reporter, iIndex);
H A DSkpSkGrTest.cpp88 test.testOne();
97 testOne();
100 void testOne();
377 void TestResult::testOne() { function in class:TestResult
663 data->fResult.testOne();
729 encoder.testOne();
H A DPathOpsBuilderConicTest.cpp55 static void testOne(skiatest::Reporter* reporter, const OvalSet& set) { function
88 testOne(reporter, set);
/external/python/cpython2/Lib/unittest/test/
H A Dtest_setups.py210 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test1
211 results.append('Test1.testOne')
222 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test2
223 results.append('Test2.testOne')
234 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test3
235 results.append('Test3.testOne')
244 first = unittest.TestSuite((Test1('testOne'),))
246 third = unittest.TestSuite((Test2('testOne'),))
248 fifth = unittest.TestSuite((Test3('testOne'),))
259 'Test1.testOne', 'Test
[all...]
/external/python/cpython3/Lib/unittest/test/
H A Dtest_setups.py209 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test1
210 results.append('Test1.testOne')
221 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test2
222 results.append('Test2.testOne')
233 def testOne(self): member in class:TestSetups.test_setup_teardown_order_with_pathological_suite.Test3
234 results.append('Test3.testOne')
243 first = unittest.TestSuite((Test1('testOne'),))
245 third = unittest.TestSuite((Test2('testOne'),))
247 fifth = unittest.TestSuite((Test3('testOne'),))
258 'Test1.testOne', 'Test
[all...]

Completed in 296 milliseconds