C++ unit testing framework
-
which C++ unit testing do you recommend? I came across "googletest" and it looks promising. Any other suggestions? I would like to get some Mocking framework suggestions too.
-
which C++ unit testing do you recommend? I came across "googletest" and it looks promising. Any other suggestions? I would like to get some Mocking framework suggestions too.
Aeryn[^] might be worth a look (a friend of ours in ACCU [^] wrote it, so it's been pretty well peer reviewed). :)
Anna :rose: Having a bad bug day? Tech Blog | Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"
-
which C++ unit testing do you recommend? I came across "googletest" and it looks promising. Any other suggestions? I would like to get some Mocking framework suggestions too.
-
which C++ unit testing do you recommend? I came across "googletest" and it looks promising. Any other suggestions? I would like to get some Mocking framework suggestions too.
Cxx Test is well worth a look. I've been using it for around 2 years and have no complaints. It's very easy to start using straight away too.