$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] unit test: BOOST_FIXTURE_TEST_CASE_TEMPLATE
From: Hicham Mouline (hicham_at_[hidden])
Date: 2009-09-17 09:41:37
Hello,
I would like to request for the addition of this macro to the boost unit
tests library.
I have a mpl::vector_c<....>
and I would like to run a test case for the type being each of the mpl
integrals.
and test case instantiations would have the same fixture.
I don't see a workaround but for now I'll just use a runtime loop.
Rds,