HomeSort by relevance Sort by last modified time
    Searched refs:unittest (Results 76 - 100 of 1910) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
builders_unittest.py 29 import unittest namespace
34 class BuildersTest(unittest.TestCase):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
grammar_unittest.py 29 import unittest namespace
33 class GrammarTest(unittest.TestCase):
  /external/chromium_org/tools/findit/common/
http_client_local_unittest.py 5 import unittest namespace
9 class HttpClientLocalTest(unittest.TestCase):
  /external/chromium_org/tools/grit/grit/tool/
unit.py 9 import unittest namespace
24 return unittest.TextTestRunner(verbosity=2).run(
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
monsoon_power_monitor_unittest.py 6 import unittest namespace
11 class MonsoonPowerMonitorTest(unittest.TestCase):
  /external/chromium_org/tools/telemetry/telemetry/timeline/
model_unittest.py 5 import unittest namespace
11 class TimelineModelUnittest(unittest.TestCase):
  /external/llvm/utils/lit/tests/
unittest-adaptor.py 1 # Check the lit adaption to run under unittest.
3 # RUN: %{python} %s %{inputs}/unittest-adaptor 2> %t.err
6 # CHECK: unittest-adaptor :: test-one.txt ... ok
7 # CHECK: unittest-adaptor :: test-two.txt ... FAIL
9 import unittest namespace
17 runner = unittest.TextTestRunner(verbosity=2)
  /packages/apps/ContactsCommon/tests/bin/
test.sh 3 adb shell am instrument -w com.android.contacts.common.unittest/android.test.InstrumentationTestRunner
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecencodings_hk.py 9 import unittest namespace
11 class Test_Big5HKSCS(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecencodings_tw.py 9 import unittest namespace
11 class Test_Big5(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecmaps_hk.py 9 import unittest namespace
12 unittest.TestCase):
test_crypt.py 2 import unittest namespace
6 class CryptTestCase(unittest.TestCase):
test_getargs.py 16 import unittest namespace
19 class GetArgsTest(unittest.TestCase):
test_longexp.py 1 import unittest namespace
4 class LongExpText(unittest.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecencodings_hk.py 9 import unittest namespace
11 class Test_Big5HKSCS(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecencodings_tw.py 9 import unittest namespace
11 class Test_Big5(test_multibytecodec_support.TestBase, unittest.TestCase):
test_codecmaps_hk.py 9 import unittest namespace
12 unittest.TestCase):
test_crypt.py 2 import unittest namespace
6 class CryptTestCase(unittest.TestCase):
test_getargs.py 16 import unittest namespace
19 class GetArgsTest(unittest.TestCase):
test_longexp.py 1 import unittest namespace
4 class LongExpText(unittest.TestCase):
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc 36 #include <google/protobuf/unittest.pb.h>
58 // This test closely mirrors google/protobuf/compiler/cpp/unittest.cc
63 unittest::TestAllExtensions message;
70 EXPECT_EQ(&unittest::OptionalGroup_extension::default_instance(),
71 &message.GetExtension(unittest::optionalgroup_extension));
72 EXPECT_EQ(&unittest::TestAllTypes::NestedMessage::default_instance(),
73 &message.GetExtension(unittest::optional_nested_message_extension));
74 EXPECT_EQ(&unittest::ForeignMessage::default_instance(),
76 unittest::optional_foreign_message_extension));
78 &message.GetExtension(unittest::optional_import_message_extension))
    [all...]
generated_message_reflection_unittest.cc 42 // compiler/cpp/unittest, except using the reflection interface
48 #include <google/protobuf/unittest.pb.h>
59 // Shorthand to get a FieldDescriptor for a field of unittest::TestAllTypes.
62 unittest::TestAllTypes::descriptor()->FindFieldByName(name);
69 unittest::TestAllTypes message;
71 unittest::TestAllTypes::descriptor());
80 EXPECT_EQ(&unittest::TestAllTypes::OptionalGroup::default_instance(),
82 EXPECT_EQ(&unittest::TestAllTypes::NestedMessage::default_instance(),
84 EXPECT_EQ(&unittest::ForeignMessage::default_instance(),
93 unittest::TestAllTypes message
    [all...]
  /external/lldb/test/unittest2/test/
test_new_tests.py 3 import unittest namespace
15 self.assertIsSubclass(unittest2.TestCase, unittest.TestCase)
16 self.assertIsSubclass(unittest2.TestResult, unittest.TestResult)
17 self.assertIsSubclass(unittest2.TestSuite, unittest.TestSuite)
18 self.assertIsSubclass(unittest2.TextTestRunner, unittest.TextTestRunner)
19 self.assertIsSubclass(unittest2.TestLoader, unittest.TestLoader)
20 self.assertIsSubclass(unittest2.TextTestResult, unittest.TestResult)
25 class Test(unittest.TestCase):
34 runner = unittest.TextTestRunner(stream=StringIO())
39 suite = unittest.TestSuite((Test('testOne'),)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_loader.py 5 import unittest namespace
8 class Test_TestLoader(unittest.TestCase):
16 class Foo(unittest.TestCase):
21 tests = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
23 loader = unittest.TestLoader()
31 class Foo(unittest.TestCase):
34 empty_suite = unittest.TestSuite()
36 loader = unittest.TestLoader()
49 class NotATestCase(unittest.TestSuite):
52 loader = unittest.TestLoader(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_loader.py 5 import unittest namespace
8 class Test_TestLoader(unittest.TestCase):
16 class Foo(unittest.TestCase):
21 tests = unittest.TestSuite([Foo('test_1'), Foo('test_2')])
23 loader = unittest.TestLoader()
31 class Foo(unittest.TestCase):
34 empty_suite = unittest.TestSuite()
36 loader = unittest.TestLoader()
49 class NotATestCase(unittest.TestSuite):
52 loader = unittest.TestLoader(
    [all...]

Completed in 1810 milliseconds

1 2 34 5 6 7 8 91011>>