提交 4ed581d4 编写于 作者: W wangshi

"modifile graphic/vkgl/src/khrgles3/ActsKhrgles3TestSuite.h 优化vkgl测试代码"

Signed-off-by: Nwangshi <wangshi@kaihong.com>
上级 01a7e143
......@@ -18,23 +18,8 @@
#include <gtest/gtest.h>
#include "Khrgles3BaseFunc.h"
#include "testsuitehead.h"
namespace OHOS {
class ActsKhrgles3TestSuite : 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(ActsKhrgles3TestSuite)
#endif // KHRGLES3_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.
先完成此消息的编辑!
想要评论请 注册