|
Boost Users : |
From: Ed Johnson (ed_at_[hidden])
Date: 2006-05-05 14:33:55
Ed Johnson wrote:
> In 1.33.1 release, is the following true?
>
> BOOST_FIXTURE_TEST_SUITE( suite_name, F ); //not supported
> BOOST_FIXTURE_TEST_CASE( test_name, F ); //not supported
>
> Thanks,
>
> Ed
BOOST_FIXTURE_TEST_SUITE wouldn't compile.
BOOST_FIXTURE_TEST_CASE compiled and worked fine at first glance.
However, I made a BOOST_FIXTURE_TEST_CASE into a friend function of my
testee class, and got a compiler error.
BOOST_AUTO_TEST_CASE works fine as a friend function of a testee.
Using 1.33.1
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net