I have to do the same 5 tests on 3 classes.
Is there some way to avoid writing 15 separate tests, besides macros? (Essentially creating 15 tests by looping over 3 classes / 5 string values)
Ca C++14.
I have to do the same 5 tests on 3 classes.
Is there some way to avoid writing 15 separate tests, besides macros? (Essentially creating 15 tests by looping over 3 classes / 5 string values)
Ca C++14.