diff --git a/graphic/vkgl/src/deqpgles31/ActsDeqpgles310008TestSuite.h b/graphic/vkgl/src/deqpgles31/ActsDeqpgles310008TestSuite.h index e986c52cf0910394e57597ac5abf658054676525..30b8e7fc394445d20f31016116050f3de64911c6 100644 --- a/graphic/vkgl/src/deqpgles31/ActsDeqpgles310008TestSuite.h +++ b/graphic/vkgl/src/deqpgles31/ActsDeqpgles310008TestSuite.h @@ -18,23 +18,8 @@ #include #include "Deqpgles31BaseFunc.h" +#include "testsuitehead.h" -namespace OHOS { - class ActsDeqpgles310008TestSuite : 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(ActsDeqpgles310008TestSuite) #endif // DEQPGLES31_TESTCASE_H \ No newline at end of file