Boost logo

Boost :

Subject: [boost] [boost-test] Is there interest in BOOST_AUTO_TEST_SUITE_TEMPLATE
From: Damian Vicino (damian.vicino_at_[hidden])
Date: 2014-07-21 01:47:18


I was working last few days in refactoring some tests for some class templates we have to use BOOST_AUTO_TEST_TEMPLATE in place of having several BOOST_AUTO_TEST with different hardcoded parameters.

In our testing setup, we usually have one suite per class we are testing.

Since we want to cover all test of the suite using same template parameters, I defined the same parameters to every BOOST_AUTO_TEST_TEMPLATE.

I was thinking, that maybe, it was nice to have the template parameter assigned to the test suite in place of the tests itself.

Is someone else interested in this feature?

If there is interest I can try to implement it.

Regards,
Damian


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk