106 MyType(
"a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line")));
119template <
typename T,
int kSize>
152int main(
int argc,
char **argv) {
const std::string & value() const
MyType(const std::string &a_value)
testing::Types< VeryLoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooogName, int *, MyArray< bool, 42 > > MyTypes
REGISTER_TYPED_TEST_SUITE_P(TypeParamTest, TestA, TestB)
TYPED_TEST_SUITE(TypedTest, MyTypes)
TYPED_TEST(TypedTest, TestA)
TYPED_TEST_SUITE_P(TypeParamTest)
TYPED_TEST_P(TypeParamTest, TestA)
void PrintTo(const MyType &x, std::ostream *os)
INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes)
#define TEST_P(test_suite_name, test_name)
#define INSTANTIATE_TEST_SUITE_P(prefix, test_suite_name,...)
#define TEST_F(test_fixture, test_name)
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
#define TEST(test_suite_name, test_name)
internal::ProxyTypeList< Ts... > Types
internal::ValueArray< T... > Values(T... v)
GTEST_API_ void InitGoogleTest()