提交 1a5ad65f 编写于 作者: G gaohanyi1982 提交者: Gitee

Modify Comments

上级 4c11fc72
......@@ -21,13 +21,9 @@ using namespace testing::ext;
class Demo: public testing::Test {
protected:
// SetUpTestCase:测试套预置动作,在第一个TestCase之前执行
static void SetUpTestCase(void) {}
// TearDownTestCase:测试套清理动作,在最后一个TestCase之后执行
static void TearDownTestCase(void) {}
// 用例的预置动作
virtual void SetUp() {}
// 用例的清理动作
virtual void TearDown() {}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册