提交 0c4f1cef 编写于 作者: J jinhai

Update Unit test samples


Former-commit-id: 7f6a6f38fa33330bbb3d3aac534ee7297f45d824
上级 00fb2e5d
...@@ -8,4 +8,12 @@ ...@@ -8,4 +8,12 @@
TEST(LogTest, INIT_TEST) { TEST(LogTest, INIT_TEST) {
ASSERT_STREQ("A", "A"); ASSERT_STREQ("A", "A");
}
TEST(LogTest, RUN_TEST) {
ASSERT_STREQ("B", "B");
}
TEST(LogTest, FINISH_TEST) {
ASSERT_STREQ("C", "C");
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册