# testngpp-mockcpp-sample-src **Repository Path**: LxqGitCode/testngpp-mockcpp-sample-src ## Basic Information - **Project Name**: testngpp-mockcpp-sample-src - **Description**: This is a c++ sample project using testngpp and mockcpp with their source code. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-11-21 - **Last Updated**: 2022-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # testngpp-with-mockcpp #### Description Use testngpp as c++ test framework along with mockcpp. #### Compile ``` cd tests .\build_test.ps1 ``` #### testngpp vs catch2 1. testngpp : takes 14 seconds to compile and run tests. ![](images/testngpp-13s-compile&run.PNG) 2. catch2 : takes 70 seconds to compile and run tests. ![](images/catch2-70s-compile&run.PNG)