2

Using googletest you can name your parameterized tests based on the parameters using the last argument in INSTANTIATE_TEST_SUITE_P.

Now I am using BOOST_DATA_TEST_CASE, and the tests are currently named _0, ..., _N which makes them hard to distinguish. Is there any way that the boost tests can be named in a similar way to googletests parameterized tests?

Zitrax
  • 19,036
  • 20
  • 88
  • 110
  • 1
    There is no such a feature in Boost.Test 1.72. Feel free to make a feature request on [GitHub](https://github.com/boostorg/test/issues) ! – Raffi Feb 07 '20 at 00:28

0 Answers0