Lines Matching refs:OSL_ASSERT
372 OSL_ASSERT( isIn( aTypes, "test.CA" ) ); in dotest()
373 OSL_ASSERT( isIn( aTypes, "test.DBA" ) ); in dotest()
374 OSL_ASSERT( isIn( aTypes, "test.FE") ); in dotest()
375 OSL_ASSERT( isIn( aTypes, "test.G") ); in dotest()
376 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XTypeProvider") ); in dotest()
381 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XWeak") ); in dotest()
386 OSL_ASSERT( isIn( aTypes, "com.sun.star.lang.XComponent") ); in dotest()
392 OSL_ASSERT( isIn( aTypes, "com.sun.star.uno.XAggregation") ); in dotest()
397 OSL_ASSERT( isIn( aTypes, "test.H") ); in dotest()
402 OSL_ASSERT( isIn( aTypes, "test.I") ); in dotest()
441 OSL_ASSERT( in test_ImplHelper()
465 OSL_ASSERT( xH->h().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("h") ) ); in test_ImplHelper()
466 OSL_ASSERT( xI->i().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("i") ) ); in test_ImplHelper()
473 OSL_ASSERT( xH->h().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("h2") ) ); in test_ImplHelper()
474 OSL_ASSERT( xI->i().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("i2") ) ); in test_ImplHelper()
477 OSL_ASSERT( in test_ImplHelper()
503 OSL_ASSERT( a == exc ); in test_ImplHelper()
511 OSL_ASSERT( exc.Message == e.Message && exc.Context == e.Context ); in test_ImplHelper()
520 OSL_ASSERT( (a2 == a) && (a2 == exc) ); in test_ImplHelper()
529 OSL_ASSERT( (a3 == a) && (a3 == a2) && (a3 == exc) ); in test_ImplHelper()
535 OSL_ASSERT( exc_succ ); in test_ImplHelper()