template <typename T>
class TestWithParam
Defined at line 1723 of file ../../third_party/googletest/src/googletest/include/gtest/gtest.h
Most value-parameterized classes can ignore the existence of
WithParamInterface, and can just inherit from ::testing::TestWithParam.