Home
last modified time | relevance | path

Searched refs:type_param (Results 1 – 6 of 6) sorted by relevance

/external/chromium/testing/gtest/test/
Dgtest-unittest-api_test.cc152 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST()
163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST()
169 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST()
175 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST()
181 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST()
192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param()); in TEST()
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TEST()
215 EXPECT_TRUE(IsNull(test_case->type_param())); in TEST()
225 EXPECT_TRUE(IsNull(test_info->type_param())); in TEST()
250 EXPECT_TRUE(IsNull(test_cases[0]->type_param())); in TearDown()
[all …]
Dgtest_xml_test_utils.py166 type_param = element.getAttributeNode("type_param")
167 if type_param and type_param.value:
168 type_param.value = "*"
/external/chromium/testing/gtest/src/
Dgtest.cc2231 const char* type_param, in MakeAndRegisterTestInfo() argument
2238 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo()
2667 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local
2670 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent()
2672 if (type_param != NULL) { in PrintFullTestCommentIfPresent()
2673 printf("TypeParam = %s", type_param); in PrintFullTestCommentIfPresent()
2763 if (test_case.type_param() == NULL) { in OnTestCaseStart()
2766 printf(", where TypeParam = %s\n", test_case.type_param()); in OnTestCaseStart()
3235 if (test_info.type_param() != NULL) { in OutputXmlTestInfo()
3236 *stream << " type_param=\"" << EscapeXmlAttribute(test_info.type_param()) in OutputXmlTestInfo()
[all …]
Dgtest-internal-inl.h615 const char* type_param,
643 test_info->type_param(), in AddTestInfo()
/external/chromium/testing/gtest/include/gtest/
Dgtest.h639 const char* type_param() const { in type_param() function
684 const char* type_param,
766 const char* type_param() const { in type_param() function
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-internal.h562 const char* type_param,