diff --git a/graphic/vkgl/src/deqpgles31/ActsDeqpgles310030TestSuite.h b/graphic/vkgl/src/deqpgles31/ActsDeqpgles310030TestSuite.h index 1f2c93a2df1956f5e1075dd57e8bf82b5e06ce20..7f4d30cafed3c49940d37290df52aa2c9f87d667 100644 --- a/graphic/vkgl/src/deqpgles31/ActsDeqpgles310030TestSuite.h +++ b/graphic/vkgl/src/deqpgles31/ActsDeqpgles310030TestSuite.h @@ -18,23 +18,8 @@ #include #include "Deqpgles31BaseFunc.h" +#include "testsuitehead.h" -namespace OHOS { - class ActsDeqpgles310030TestSuite : public testing::Test { - public: - static time_t startTime; - static time_t endTime; - static FuncRunResult runResult; - protected: - // Preset action of the test suite, which is executed before the first test case - static void SetUpTestCase(void); - // Test suite cleanup action, which is executed after the last test case - static void TearDownTestCase(void); - // Preset action of the test case - virtual void SetUp(void); - // Cleanup action of the test case - virtual void TearDown(void); - }; -} // namespace OHOS +SHRINK_SUITETEST_HEAD(ActsDeqpgles310030TestSuite) #endif // DEQPGLES31_TESTCASE_H \ No newline at end of file