#include class MiscTest : public ::testing::Test { protected: virtual void SetUp() {} virtual void TearDown() {} }; TEST_F(MiscTest, Test){};