1 Nov
2005
1 Nov
'05
4:37 p.m.
Gennadiy Rozental wrote:
Is the use of BOOST_CHECK_EQUAL not permitted in init_unit_test_suite(int argc, char* argv[])?
No. It's not. You could use Test tools only within test case. Until init_unit_test_suite is not done test tree is not considered initialized and no testing could be done.
That's what I thought - that something has not be initialised. Thanks for the clarification.
The following code throws an exception and reports the error "Boost.Test internal framework error: unknown reason"
Yeah. I guess it should produce more clear message. Will fix.
That will be helpful. Thanks. Paul