Lines Matching refs:ERROR_ASSERT
92 #define ERROR_ASSERT(expr, Message) \ macro
458 ERROR_ASSERT( doc.is() , "XDocumentHandler cannot be queried" ); in testInvariant()
459 ERROR_ASSERT( ext.is() , "XExtendedDocumentHandler cannot be queried" ); in testInvariant()
460 ERROR_ASSERT( source.is() , "XActiveDataSource cannot be queried" ); in testInvariant()
578 ERROR_ASSERT( ref.is() , "no output stream" ); in testSimple()
579 ERROR_ASSERT( source.is() , "no active data source" ); in testSimple()
647 ERROR_ASSERT( ref.is() , "no output stream" ); in testExceptions()
648 ERROR_ASSERT( source.is() , "no active data source" ); in testExceptions()
661 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
678 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
698 ERROR_ASSERT( ref.is() , "no output stream" ); in testDTD()
699 ERROR_ASSERT( source.is() , "no active data source" ); in testDTD()
727 ERROR_ASSERT( ref.is() , "no output stream" ); in testPerformance()
728 ERROR_ASSERT( source.is() , "no active data source" ); in testPerformance()