Home
last modified time | relevance | path

Searched refs:CommonTest (Results 1 – 16 of 16) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc49 class CommonTest : public Test { class
70 CommonTest() : value_(1) {} in CommonTest() function in CommonTest
72 ~CommonTest() override { EXPECT_EQ(3, value_); } in ~CommonTest()
89 T* CommonTest<T>::shared_ = nullptr;
97 TYPED_TEST_SUITE(CommonTest, TwoTypes);
99 TYPED_TEST(CommonTest, ValuesAreCorrect) { in TYPED_TEST() argument
119 TYPED_TEST(CommonTest, ValuesAreStillCorrect) { in TYPED_TEST() argument
268 class DerivedTest : public CommonTest<T> {
/third_party/python/Lib/test/
Dtest_unicode.py53 class UnicodeTest(string_tests.CommonTest,
184 string_tests.CommonTest.test_count(self)
210 string_tests.CommonTest.test_find(self)
241 string_tests.CommonTest.test_rfind(self)
269 string_tests.CommonTest.test_index(self)
293 string_tests.CommonTest.test_rindex(self)
389 string_tests.CommonTest.test_split(self)
406 string_tests.CommonTest.test_rsplit(self)
483 string_tests.CommonTest.test_replace(self)
803 string_tests.CommonTest.test_lower(self)
[all …]
Dtest_userstring.py10 string_tests.CommonTest,
Dtest_userlist.py7 class UserListTest(list_tests.CommonTest):
Dlist_tests.py13 class CommonTest(seq_tests.CommonTest): class
Dtest_list.py7 class ListTest(list_tests.CommonTest):
Dtest_tuple.py18 class TupleTest(seq_tests.CommonTest):
Dseq_tests.py98 class CommonTest(unittest.TestCase): class
Dtest_genericpath.py340 class CommonTest(GenericTest): class
Dtest_ntpath.py789 class NtCommonTest(test_genericpath.CommonTest, unittest.TestCase):
Dtest_posixpath.py680 class PosixCommonTest(test_genericpath.CommonTest, unittest.TestCase):
Dstring_tests.py1040 class CommonTest(BaseTest): class
Dtest_deque.py909 class TestSequence(seq_tests.CommonTest):
Dtest_bytes.py1680 test_exhausted_iterator = test.list_tests.CommonTest.test_exhausted_iterator
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc69 TEST(CommonTest, IntMinMaxConstants) { in TEST() argument
/third_party/python/Misc/
DHISTORY14476 TestCase for some tests: test_genericpath.CommonTest.