1 2 3 4 5 6
#include "gtest/gtest.h" class TestFixture : public ::testing::TestWithParam<int> { protected: virtual void SetUp() {} };