提交 f6349283 编写于 作者: W wangshi

"modifile graphic/vkgl/src/khrgles2/ActsKhrgles2TestSuite.h 优化vkgl测试代码"

Signed-off-by: Nwangshi <wangshi@kaihong.com>
上级 2714bc04
...@@ -18,23 +18,8 @@ ...@@ -18,23 +18,8 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "Khrgles2BaseFunc.h" #include "Khrgles2BaseFunc.h"
#include "testsuitehead.h"
namespace OHOS { SHRINK_SUITETEST_HEAD(ActsKhrgles2TestSuite)
class ActsKhrgles2TestSuite : 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
#endif // KHRGLES2_TESTCASE_H #endif // KHRGLES2_TESTCASE_H
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册