diff --git a/graphic/vkgl/src/deqpgles2/ActsDeqpgles20005TestSuite.h b/graphic/vkgl/src/deqpgles2/ActsDeqpgles20005TestSuite.h index 1ef6fd0240d2f2c554c701f4da6d726f0e94ca52..f3239a9c606c1b51748000bbfe8588f213c12908 100644 --- a/graphic/vkgl/src/deqpgles2/ActsDeqpgles20005TestSuite.h +++ b/graphic/vkgl/src/deqpgles2/ActsDeqpgles20005TestSuite.h @@ -18,23 +18,7 @@ #include #include "Deqpgles2BaseFunc.h" +#include "testsuitehead.h" -namespace OHOS { - class ActsDeqpgles20005TestSuite : 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(ActsDeqpgles20005TestSuite) #endif // DEQPGLES2_TESTCASE_H \ No newline at end of file