Searched refs:TestFoo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dprogress_reporter_unittest.py10 class TestFoo(unittest.TestCase): class in inherits:unittest.TestCase
37 suite.addTest(TestFoo(methodName='RunPassingTest'))
38 suite.addTest(TestFoo(methodName='RunFailingTest'))
H A Dgtest_progress_reporter_unittest.py19 class TestFoo(unittest.TestCase): class in inherits:unittest.TestCase
73 suite.addTest(TestFoo(methodName='runTezt'))
83 test = TestFoo(methodName='runTezt')
89 '[ RUN ] gtest_progress_reporter_unittest.TestFoo.runTezt\n'
90 '[ FAILED ] gtest_progress_reporter_unittest.TestFoo.runTezt '
95 test = TestFoo(methodName='runTezt')
101 '[ RUN ] gtest_progress_reporter_unittest.TestFoo.runTezt\n'
102 '[ OK ] gtest_progress_reporter_unittest.TestFoo.runTezt '
114 test = TestFoo(methodName='runTezt')
123 '[ FAILED ] gtest_progress_reporter_unittest.TestFoo
[all...]

Completed in 80 milliseconds