Home
last modified time | relevance | path

Searched refs:itest (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dinteraction_based.hpp36 …::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 …]
Dmock_object.hpp31 namespace itest { namespace
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dinteraction_based.ipp40 namespace itest { // interaction-based testing
80 } // namespace itest
Dlogged_expectations.ipp45 namespace itest {
51 struct expectations_logger : itest::manager {
236 } // namespace itest
Dexception_safety.ipp56 namespace itest {
104 struct exception_safety_tester : itest::manager, test_observer {
527 } // namespace itest