Template Class TestWithParam
Defined in File gtest.h
Inheritance Relationships
Base Types
public testing::Test(Class Test)public testing::WithParamInterface< T >(Template Class WithParamInterface)
Class Documentation
-
template<typename T>
class TestWithParam : public testing::Test, public testing::WithParamInterface<T>