Lines Matching full:parameterized
634 // or a type-parameterized test.
642 // is not a value-parameterized test.
700 const char* a_type_param, // NULL if not a type-parameterized test
701 const char* a_value_param, // NULL if not a value-parameterized test
723 // type-parameterized test.
726 // value-parameterized test.
757 // this is not a type-parameterized test.
771 // type-parameterized test case.
901 // type-parameterized test.
1153 // value-parameterized tests and instantiate and register them.
1765 // The pure interface class that all value-parameterized tests inherit from.
1766 // A value-parameterized class must inherit from both ::testing::Test and
1812 << "GetParam() can only be called inside a value-parameterized test "
1834 // Most value-parameterized classes can ignore the existence of