TEST_F

google test 之 TEST_F详解

#一、 基本概念: ##google test 三种测试用例写法: TEST(test_suite_name, test_name) 第一种是最基本写法: #include <gtest/gtest.h> int add(int a, int b) { return a + b; } TEST(te ......
google TEST_F TEST test
共1篇  :1/1页 首页上一页1下一页尾页