# catch2-with-mockcpp **Repository Path**: sinojelly/catch2-with-mockcpp ## Basic Information - **Project Name**: catch2-with-mockcpp - **Description**: Use catch2 as c++ test framework along with mockcpp. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2021-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # catch2-with-mockcpp #### 介绍 Use catch2 as c++ test framework along with mockcpp. #### 编译 ``` .\build_test.ps1 ``` #### 还有一个使用testngpp作为测试框架的样例工程, testngpp工程编译运行速度完胜catch2 (14:70),还可以支持DataDrivenTest。 参见:https://gitee.com/sinojelly/testngpp-with-mockcpp