$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] BOOST_TEST - universal testing tool
From: Rhys Ulerich (rhys.ulerich_at_[hidden])
Date: 2012-11-06 09:50:57
> What about interface like this:
>
> BOOST_TEST_DECORATORS(
> + decorator::tolerance(1e-6)
> )
> BOOST_AUTO_TEST_CASE( foo )
> {
> BOOST_TEST( foo == 1.5 );
> }
This just feels like a fixture-- any reason a regular ol' per-suite or
per-test fixture providing a "default_tolerance" member wouldn't
suffice?
- Rhys