GUnit
GUnit copied to clipboard
GUnit - Google.Test/Google.Mock/Cucumber on steroids
Hello, I'd like to start by saying that since I switched from GoogleTest to GUnit, I have come to really enjoy its clarity and conciseness, so thanks for everything. I...
Problem: - EXPECT and ASSERT macros only print whether the expression is true or false when the test expectations fail - GUnit stopped printing out the values of the variables...
In my project, I use CPM to download and build Google Test. I have already written numerous unit tests and recently discovered this project. Instead of incorporating Google Test as...
I don't personally use Gherkin style tests, so it would be very useful to add a CMake option to make the use of Gherkin optional. It would allow me to...