Boost logo

Boost Users :

Subject: Re: [Boost-users] Where is documented? Was: [spirit] real_p fails on negative exponent
From: John Maddock (john_at_[hidden])
Date: 2008-12-08 11:58:44


Jeroen N. Witmond wrote:
>>>> I did test your case and it works fine:
>>>>
>>>> added this in numeric_tests.cpp:
>>>>
>>>> BOOST_TEST(parse("1.0E-001", real_p).full); // Good.
>>
>> I'm new to boost and I would like to know more about BOOT_TEST. I
>> tried the search option on the Boost home page, but it didn't return
>> any useful results.
>>
>> Were can I find the documentation for BOOST_TEST?

Ah, it's been deprecated in favour of BOOST_CHECK.

Full list of Unit test macros here:
http://www.boost.org/doc/libs/1_37_0/libs/test/doc/html/utf/testing-tools/reference.html

HTH, John.


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