How do I get started doing unit testing in C++ ?
I have used Junit when coding in Java and found it very useful. Is there something similar in C++ ? What do you recommend ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are similar questions that you may want to look at:
Unit testing for C++ code – Tools and methodology
C++ unit testing framework
I recommend you check out Google’s unit testing framework in addition to CppUnit.