I would like to write some unit tests for my core C++ classes for the traffic simulation.

There are some options:

- Google Test
- Catch2
- Boost
- DocTest

What do you use? What do you prefer and recommend?

#C++ #UnitTest

Comments