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