Boost Test Vs Google Test Framework

前端 未结 3 1443
执笔经年
执笔经年 2021-01-30 09:01

I am new to Unit Testing world, basically I am c++ developer working on a large product for almost 3 years, and now I\'ve decided to perform automated unit testing of my code. F

3条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 09:24

    Suggest you take a look at googlemock, a superset of googletest. Googlemock has all the testing capabilities of googletest plus the mocking capabilities of googlemock.

提交回复
热议问题