21 Sep
2007
21 Sep
'07
7:06 p.m.
Lars J. Aas
Hello,I am trying to use BOOST_AUTO_TEST_SUITE() + BOOST_AUTO_TEST_CASE()
Does anybody know if this is possible at all? Could it be possible,
and mark a test case for having expected failures. I am not able to use the BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES() macro inbetween the BOOST_AUTO_TEST_SUITE() and BOOST_AUTO_TEST_SUITE_END() macros, and I haven't found a way to be able to tag a test-suite-bound auto-test-case from outside that scope. Can you provide an error messages? programmatically, from within the test-case? Lars J You can always register some test cases manually. Gennadiy