#include <ts_gtest.h>
Inherited by perf::TestBaseWithParam< T >, and testing::TestWithParam< T >.
Public Types | |
| typedef T | ParamType |
Public Member Functions | |
| virtual | ~WithParamInterface () |
| const ParamType & | GetParam () const |
Friends | |
| class | internal::ParameterizedTestFactory |
| typedef T testing::WithParamInterface< T >::ParamType |
| virtual testing::WithParamInterface< T >::~WithParamInterface | ( | ) | [virtual] |
| const ParamType& testing::WithParamInterface< T >::GetParam | ( | ) | const |
friend class internal::ParameterizedTestFactory [friend] |