Hicham Mouline
2009-07-07 09:33:48 UTC
I have auto test cases that can take fixtures whose members they access in a
uniform way.
Say struct F1... Fn
BOOST_FIXTURE_TEST_CASE( test_case1 , F1 ... Fn )
{
//same code for all Fi
}
Is there a way to do this?
Regards,
uniform way.
Say struct F1... Fn
BOOST_FIXTURE_TEST_CASE( test_case1 , F1 ... Fn )
{
//same code for all Fi
}
Is there a way to do this?
Regards,