Searched refs:LoggingTestCase (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dnetworktransaction_unittest.py33 from webkitpy.common.system.logtesting import LoggingTestCase namespace
36 class NetworkTransactionTest(LoggingTestCase):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dfilereader_unittest.py26 from webkitpy.common.system.logtesting import LoggingTestCase namespace
31 class TextFileReaderTest(LoggingTestCase):
53 LoggingTestCase.setUp(self)
61 LoggingTestCase.tearDown(self)
H A Doptparser_unittest.py27 from webkitpy.common.system.logtesting import LoggingTestCase namespace
63 class ArgumentParserTest(LoggingTestCase):
H A Dchecker_unittest.py63 from webkitpy.common.system.logtesting import LoggingTestCase namespace
590 class StyleProcessor_EndToEndTest(LoggingTestCase):
595 LoggingTestCase.setUp(self)
632 class StyleProcessor_CodeCoverageTest(LoggingTestCase):
684 LoggingTestCase.setUp(self)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dlogtesting.py28 Inherit from the LoggingTestCase class for basic testing needs. For
213 # unittest.TestCase and LoggingTestCase.
218 class LoggingTestCase(unittest.TestCase): class in inherits:unittest.TestCase
224 class SampleTest(LoggingTestCase):
/external/lldb/test/unittest2/test/
H A Dtest_case.py28 class LoggingTestCase(unittest2.TestCase): class in class:Test
32 super(Test.LoggingTestCase, self).__init__('test')
267 class Foo(Test.LoggingTestCase):
280 class Foo(Test.LoggingTestCase):
304 class Foo(Test.LoggingTestCase):
319 class Foo(Test.LoggingTestCase):
343 class Foo(Test.LoggingTestCase):
356 class Foo(Test.LoggingTestCase):
380 class Foo(Test.LoggingTestCase):
393 class Foo(Test.LoggingTestCase)
[all...]

Completed in 228 milliseconds