
3 Mar
2005
3 Mar
'05
7:43 p.m.
Gennadiy Rozental wrote:
You could use BOOST_TEST_CASE_TEMPLATE facility to test combinations
This functionality present in 1.32.0. The semantics for this facility changes though. The best way to learn it would be to see how I use it for Boost.Test unit tests. Also check test_case_template_example in example directory.
If you still have any question fell free to ask. I will update docs before release.
Okay, thanks. Jonathan