Home
last modified time | relevance | path

Searched refs:precondition_t (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/test/tree/
Dtest_unit.hpp68 typedef boost::function<test_tools::assertion_result (test_unit_id)> precondition_t; typedef in boost::unit_test::test_unit
69 typedef BOOST_READONLY_PROPERTY(std::vector<precondition_t>,(test_unit)) precond_list_t;
73 void add_precondition( precondition_t const& );
/third_party/boost/boost/test/impl/
Dtest_tree.ipp103 test_unit::add_precondition( precondition_t const& pc )
136 BOOST_TEST_FOREACH( precondition_t, precondition, p_preconditions.get() ) {