Home
last modified time | relevance | path

Searched refs:CommonTest (Results 1 - 15 of 15) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest-typed-test_test.cc49 class CommonTest : public Test { class
68 CommonTest() : value_(1) {} in CommonTest() function in CommonTest
70 ~CommonTest() override { EXPECT_EQ(3, value_); }
87 T* CommonTest<T>::shared_ = nullptr;
95 TYPED_TEST_SUITE(CommonTest, TwoTypes);
97 TYPED_TEST(CommonTest, ValuesAreCorrect) { in TYPED_TEST()
117 TYPED_TEST(CommonTest, ValuesAreStillCorrect) { in TYPED_TEST()
261 class DerivedTest : public CommonTest<T> {};
/third_party/python/Lib/test/
H A Dtest_userstring.py10 string_tests.CommonTest,
H A Dtest_userlist.py7 class UserListTest(list_tests.CommonTest):
H A Dtest_unicode.py58 class UnicodeTest(string_tests.CommonTest,
219 string_tests.CommonTest.test_count(self)
245 string_tests.CommonTest.test_find(self)
290 string_tests.CommonTest.test_rfind(self)
331 string_tests.CommonTest.test_index(self)
355 string_tests.CommonTest.test_rindex(self)
451 string_tests.CommonTest.test_split(self)
468 string_tests.CommonTest.test_rsplit(self)
549 string_tests.CommonTest.test_replace(self)
869 string_tests.CommonTest
[all...]
H A Dtest_list.py7 class ListTest(list_tests.CommonTest):
H A Dlist_tests.py13 class CommonTest(seq_tests.CommonTest): class
H A Dtest_tuple.py18 class TupleTest(seq_tests.CommonTest):
H A Dseq_tests.py98 class CommonTest(unittest.TestCase): class
H A Dtest_genericpath.py315 # for test discovery purposes; CommonTest inherits from GenericTest
344 class CommonTest(GenericTest): class
H A Dtest_posixpath.py714 class PosixCommonTest(test_genericpath.CommonTest, unittest.TestCase):
H A Dtest_ntpath.py894 class NtCommonTest(test_genericpath.CommonTest, unittest.TestCase):
H A Dstring_tests.py1051 class CommonTest(BaseTest): class
H A Dtest_deque.py902 class TestSequence(seq_tests.CommonTest):
H A Dtest_bytes.py1710 test_exhausted_iterator = test.list_tests.CommonTest.test_exhausted_iterator
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc69 TEST(CommonTest, IntMinMaxConstants) { in TEST()

Completed in 20 milliseconds