Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function clear_context

boost::unit_test::framework::clear_context — Erases context frame (when test exits context scope)

Synopsis

// In header: <boost/test/framework.hpp>


void clear_context(int context_id = -1);

Description

If context_id is passed clears that specific context frame identified by this id, otherwise clears all non sticky contexts.


PrevUpHomeNext