Searched defs:test_info (Results 1 - 25 of 43) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_shuffle_test_.cc86 virtual void OnTestStart(const TestInfo& test_info) { argument
87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
H A Dgtest-unittest-api_test.cc221 const TestInfo* const test_info = test_case->GetTestInfo(0); local
222 EXPECT_STREQ("Dummy2", test_info->name());
223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name());
224 EXPECT_TRUE(IsNull(test_info->value_param()));
225 EXPECT_TRUE(IsNull(test_info->type_param()));
226 EXPECT_FALSE(test_info->should_run());
H A Dgtest-param-test_test.cc798 const ::testing::TestInfo* const test_info = member in class:testing
801 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
827 const ::testing::TestInfo* const test_info = member in class:testing
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_shuffle_test_.cc86 virtual void OnTestStart(const TestInfo& test_info) { argument
87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
H A Dgtest-unittest-api_test.cc221 const TestInfo* const test_info = test_case->GetTestInfo(0); local
222 EXPECT_STREQ("Dummy2", test_info->name());
223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name());
224 EXPECT_TRUE(IsNull(test_info->value_param()));
225 EXPECT_TRUE(IsNull(test_info->type_param()));
226 EXPECT_FALSE(test_info->should_run());
H A Dgtest-param-test_test.cc798 const ::testing::TestInfo* const test_info = member in class:testing
801 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
827 const ::testing::TestInfo* const test_info = member in class:testing
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest_shuffle_test_.cc86 virtual void OnTestStart(const TestInfo& test_info) { argument
87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
H A Dgtest-unittest-api_test.cc221 const TestInfo* const test_info = test_case->GetTestInfo(0); local
222 EXPECT_STREQ("Dummy2", test_info->name());
223 EXPECT_STREQ("DISABLED_Test", test_info->test_case_name());
224 EXPECT_TRUE(IsNull(test_info->value_param()));
225 EXPECT_TRUE(IsNull(test_info->type_param()));
226 EXPECT_FALSE(test_info->should_run());
H A Dgtest-param-test_test.cc798 const ::testing::TestInfo* const test_info = member in class:testing
801 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
827 const ::testing::TestInfo* const test_info = member in class:testing
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
/prebuilts/ndk/current/sources/third_party/googletest/googletest/samples/
H A Dsample9_unittest.cc64 virtual void OnTestStart(const TestInfo& test_info) { argument
67 test_info.test_case_name(),
68 test_info.name());
84 virtual void OnTestEnd(const TestInfo& test_info) { argument
87 test_info.test_case_name(),
88 test_info.name());
145 const TestInfo& test_info = *test_case.GetTestInfo(j); local
148 if (test_info.result()->Failed() &&
149 strcmp(test_info.name(), "Fails") != 0) {
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/samples/
H A Dsample9_unittest.cc64 virtual void OnTestStart(const TestInfo& test_info) { argument
67 test_info.test_case_name(),
68 test_info.name());
84 virtual void OnTestEnd(const TestInfo& test_info) { argument
87 test_info.test_case_name(),
88 test_info.name());
145 const TestInfo& test_info = *test_case.GetTestInfo(j); local
148 if (test_info.result()->Failed() &&
149 strcmp(test_info.name(), "Fails") != 0) {
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/samples/
H A Dsample9_unittest.cc64 virtual void OnTestStart(const TestInfo& test_info) { argument
67 test_info.test_case_name(),
68 test_info.name());
84 virtual void OnTestEnd(const TestInfo& test_info) { argument
87 test_info.test_case_name(),
88 test_info.name());
145 const TestInfo& test_info = *test_case.GetTestInfo(j); local
148 if (test_info.result()->Failed() &&
149 strcmp(test_info.name(), "Fails") != 0) {
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_urllibnet.py83 def test_info(self): member in class:urlopenNetworkTests
H A Dtest_urllib2_localnet.py464 def test_info(self): member in class:TestUrlopen
H A Dtest_urllib.py120 def test_info(self): member in class:urlopen_FileTests
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_urllibnet.py83 def test_info(self): member in class:urlopenNetworkTests
H A Dtest_urllib2_localnet.py464 def test_info(self): member in class:TestUrlopen
H A Dtest_urllib.py120 def test_info(self): member in class:urlopen_FileTests
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_urllibnet.py83 def test_info(self): member in class:urlopenNetworkTests
H A Dtest_urllib2_localnet.py464 def test_info(self): member in class:TestUrlopen
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_urllibnet.py83 def test_info(self): member in class:urlopenNetworkTests
H A Dtest_urllib2_localnet.py464 def test_info(self): member in class:TestUrlopen
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name += test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name += test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
500 test_case_name += test_info->test_case_base_name;
507 test_name_stream << test_info->test_base_name << "/" << i;
516 test_info->test_meta_factory->CreateTestFactory(*param_it));

Completed in 381 milliseconds

12