
2 Sep
2012
2 Sep
'12
3:08 a.m.
Aras Vaichas
Hello,
I've just started using the Boost Unit Test Framework so my problem may be a bit naive.
I would like to name each test suite after each of my classes.
e.g.
class foo { }
BOOST_AUTO_TEST_SUITE(foo)
Why don't you use test suite name foo_test(s)? Naming test suites the same as the component under test is not a good practice IMO. Gennadiy