Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1927 static std::string ExpectedTypeName() { in ExpectedTypeName() function in testing::gtest_printers_test::TEST::PrintAnyTest
1947 EXPECT_EQ("value of type " + ExpectedTypeName<int>(), PrintToString(any));
1950 EXPECT_EQ("value of type " + ExpectedTypeName<std::string>(),