+ 1
c++ online course for unit testing?
Is there a c++ online course (similar to sololearn) for me to learn how to do unit testing (using .h .pp main.cpp and other files) Thank you
1 Réponse
0
I'm not too familiar with unit testing, especially in C++ but I found some information for you that might help you.
https://github.com/catchorg/Catch2/blob/master/docs/tutorial.md
I also found courses on Pluralsight, however, the subscription fee is a lot of money but the courses are worth it.