8 Jul
2009
8 Jul
'09
3:16 p.m.
Steven Watanabe
BOOST_FIXTURE_TEST_CASE( test_case1 , FIXTURES((T1)(T2)(T3)) ) { }
The question is how to run the test case on T1 then on T2 then .... on Tn , on each one separately
I must say you left me a bit puzzled. What does it you are trying to do? Run the same code against different fixtures? Kinda weird, don't you think?
In other words, you'd like there to be a BOOST_FIXTURE_TEST_CASE_TEMPLATE to complement BOOST_AUTO_TEST_CASE_TEMPLATE
Not really, as far as I can tell. Gennadiy