14 May
2009
14 May
'09
9:14 p.m.
Greg Christopher
BOOST_REQUIRE won't work in the setup step because it does exactly what I want to avoid :) Thanks, I will throw a c++ exception.
Actually C++ exception will lead to the same result - test case being marked as failed. If I understand what you need correctly, you need to throw boost::execution_aborted(). This exception is treated specially by execution monitor and no error is reported. Gennadiy