SimpleKernel  0.0.1
example.cpp File Reference

单元测试示例 More...

#include "gtest/gtest.h"
Include dependency graph for example.cpp:

Go to the source code of this file.

Functions

 TEST (example, test_group1)
 

Detailed Description

单元测试示例

Author
Zone.N (Zone..nosp@m.Niuz.nosp@m.h@hot.nosp@m.mail.nosp@m..com)
Version
1.0
Date
2023-09-02
change log:
DateAuthorDescription
2023-09-02Zone.N<td>创建文件

Definition in file example.cpp.

Function Documentation

◆ TEST()

TEST ( example  ,
test_group1   
)

Definition at line 19 of file example.cpp.

19 { EXPECT_EQ(0, 0); }