This is where you need to look around and experiment with different frameworks to get a taste what should be used in every different case. At this stage we exploring the following frameworks:
- catch2 (header only library),
- gTest (static library) and
- boost test (header only library option)
And for mocking:
- gMock and
- HippoMocks