Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dframework.hpp93 struct setup_error : std::runtime_error { struct
94 setup_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} in setup_error() function
97 …ST_TEST_SETUP_ASSERT( cond, msg ) if( cond ) {} else throw unit_test::framework::setup_error( msg )
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dinteraction_based.ipp28 #include <boost/test/framework.hpp> // for setup_error
Dframework.ipp271 throw setup_error( ex.what() );
422 throw setup_error( ex.what() );
Dunit_test_main.ipp201 catch( framework::setup_error const& ex ) {
Dunit_test_parameters.ipp337 throw framework::setup_error( err.str() );