Searched refs:itest (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | interaction_based.hpp | 36 …::boost::itest::manager::instance().exception_point( BOOST_TEST_L(__FILE__), __LINE__, description… 44 ::boost::itest::manager::instance().decision_point( BOOST_TEST_L(__FILE__), __LINE__ ) 52 …::boost::itest::scope_guard itest_scope_guard ## __LINE__( BOOST_TEST_L(__FILE__), __LINE__, BOOST… 60 new ( ::boost::itest::location( BOOST_TEST_L(__FILE__), __LINE__ ) ) type_name 68 ::boost::itest::manager::instance().generic_data_flow( v ) 76 ::boost::itest::manager::instance().generic_return<type>( default_value ) 86 return ::boost::itest::mock_object<>::prototype(); \ 91 namespace itest { // interaction-based testing namespace 209 operator new( std::size_t s, ::boost::itest::location const& l ) in operator new() 214 ::boost::itest::manager::instance().allocated( l.m_file_name, l.m_line_num, res, s ); in operator new() [all …]
|
D | mock_object.hpp | 31 namespace itest { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | interaction_based.ipp | 40 namespace itest { // interaction-based testing 80 } // namespace itest
|
D | logged_expectations.ipp | 45 namespace itest { 51 struct expectations_logger : itest::manager { 236 } // namespace itest
|
D | exception_safety.ipp | 56 namespace itest { 104 struct exception_safety_tester : itest::manager, test_observer { 527 } // namespace itest
|