Home
last modified time | relevance | path

Searched refs:ERROR_ASSERT (Results 1 – 14 of 14) sorted by path

/trunk/main/extensions/test/sax/
H A Dtestsax.cxx93 #define ERROR_ASSERT(expr, Message) \ macro
216 ERROR_ASSERT( parser.is() , "XDataInputStream cannot be queried" ); in testInvariant()
597 ERROR_ASSERT( pDocHandler->m_iElementCount == 4 , "wrong element count" ); in testSimple()
598 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testSimple()
599 ERROR_ASSERT( pDocHandler->m_iCharCount == 130 , "wrong char count" ); in testSimple()
600 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0, "wrong whitespace count" ); in testSimple()
658 ERROR_ASSERT( pDocHandler->m_iElementCount == 6 , "wrong element count" ); in testNamespaces()
659 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testNamespaces()
660 ERROR_ASSERT( pDocHandler->m_iCharCount == 33, "wrong char count" ); in testNamespaces()
661 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0 , "wrong whitespace count" ); in testNamespaces()
H A Dtestwriter.cxx92 #define ERROR_ASSERT(expr, Message) \ macro
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()
[all …]
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx130 ERROR_ASSERT( input.is() , "XInputStream cannot be queried" ); in testInvariant()
149 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
279 ERROR_ASSERT( rInput->readUTF() == L"Live long and prosper !" , in testSimple()
294 ERROR_ASSERT( 0 , "eof-exception does not occur !" ); in testSimple()
304 ERROR_ASSERT( ! rInput->readBytes( Sequence<BYTE> (1) , 1 ), in testSimple()
706 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
878 ERROR_ASSERT( rOut.is() , "no objectOutputStream" ); in testObject()
879 ERROR_ASSERT( rIn.is() , "no objectInputStream" ); in testObject()
882 ERROR_ASSERT( xProv.is() , "no global service manager" ); in testObject()
901 ERROR_ASSERT( 0 , "expected exception not thrown" ); in testObject()
[all …]
H A Dmarktest.cxx125 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
214 ERROR_ASSERT( rMarkable.is() , "no MarkableStream implemented" ); in testSimple()
261 ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" ); in testSimple()
265 ERROR_ASSERT( 0 , "jump to non existing mark possible !" ); in testSimple()
273 ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" ); in testSimple()
352 ERROR_ASSERT( 3 == seqRead.getArray()[0] , "rewrite didn't work" ); in testSimple()
353 ERROR_ASSERT( 2 == seqRead.getArray()[1] , "rewrite didn't work" ); in testSimple()
488 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
598 ERROR_ASSERT( 256-10-50 == rInput->available() , "marking error" ); in testSimple()
602 ERROR_ASSERT( 256-10 == rInput->available() , "marking error" ); in testSimple()
[all …]
H A Dpipetest.cxx167 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
255 ERROR_ASSERT( input.is() , "queryInterface on XInputStream failed" ); in testSimple()
256 ERROR_ASSERT( output.is() , "queryInterface onXOutputStream failed" ); in testSimple()
268 ERROR_ASSERT( 0 == input->available() , in testSimple()
280 ERROR_ASSERT( ! strcmp( (char*) seqRead.getArray() , in testSimple()
303 ERROR_ASSERT(! input->readBytes( seqRead , 1 ), "eof not found !" ); in testSimple()
323 ERROR_ASSERT( input.is() , "queryInterface on XInputStream failed" ); in testBufferResizing()
339 ERROR_ASSERT( ! strcmp( (char*) seqRead.getArray() , in testBufferResizing()
368 ERROR_ASSERT( p , "couldn't create thread for testing !\n" ); in testMultithreading()
378 ERROR_ASSERT( ! strcmp( (char*) seqRead.getArray() , in testMultithreading()
[all …]
H A Dtestfactreg.hxx93 #define ERROR_ASSERT(expr, Message) \ macro
/trunk/main/io/test/stm/
H A Ddatatest.cxx129 ERROR_ASSERT( input.is() , "XInputStream cannot be queried" ); in testInvariant()
142 ERROR_ASSERT( output.is() , "XInputStream cannot be queried" ); in testInvariant()
148 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
308 ERROR_ASSERT( 0 , "eof-exception does not occur !" ); in testSimple()
320 ERROR_ASSERT( ! rInput->readBytes( dummy , 1 ), in testSimple()
712 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
919 ERROR_ASSERT( rOut.is() , "no objectOutputStream" ); in testObject()
920 ERROR_ASSERT( rIn.is() , "no objectInputStream" ); in testObject()
941 ERROR_ASSERT( 0 , "expected exception not thrown" ); in testObject()
948 ERROR_ASSERT( (sal_Int32) 0xdeadbeef == rIn->readLong() , in testObject()
[all …]
H A Dmarktest.cxx114 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
118 ERROR_ASSERT( ! info->supportsService( in testInvariant()
213 ERROR_ASSERT( rMarkable.is() , "no MarkableStream implemented" ); in testSimple()
260 ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" ); in testSimple()
265 ERROR_ASSERT( 0 , "jump to non existing mark possible !" ); in testSimple()
273 ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" ); in testSimple()
477 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
481 ERROR_ASSERT( in testInvariant()
597 ERROR_ASSERT( 256-10-50 == rInput->available() , "marking error" ); in testSimple()
601 ERROR_ASSERT( 256-10 == rInput->available() , "marking error" ); in testSimple()
[all …]
H A Dpipetest.cxx157 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
161 ERROR_ASSERT( ! info->supportsService( in testInvariant()
252 ERROR_ASSERT( input.is() , "queryInterface on XInputStream failed" ); in testSimple()
253 ERROR_ASSERT( output.is() , "queryInterface onXOutputStream failed" ); in testSimple()
265 ERROR_ASSERT( 0 == input->available() , in testSimple()
277 ERROR_ASSERT( ! strcmp( (char*) seqRead.getArray() , in testSimple()
300 ERROR_ASSERT(! input->readBytes( seqRead , 1 ), "eof not found !" ); in testSimple()
355 ERROR_ASSERT( ! strcmp( (char*) seqRead.getArray() , in testBufferResizing()
384 ERROR_ASSERT( p , "couldn't create thread for testing !\n" ); in testMultithreading()
394 ERROR_ASSERT( ! strcmp( (char*) seqRead.getArray() , in testMultithreading()
[all …]
H A Dpumptest.cxx127 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
131 ERROR_ASSERT( ! info->supportsService( in testInvariant()
334 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testClose()
335 ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" ); in testClose()
342 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testClose()
343 ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" ); in testClose()
353 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testClose()
363 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testTerminate()
364 ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" ); in testTerminate()
371 ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" ); in testTerminate()
[all …]
H A Dtestfactreg.hxx102 #define ERROR_ASSERT(expr, Message) \ macro
/trunk/main/sax/test/sax/
H A Dfactory.hxx71 #define ERROR_ASSERT(expr, Message) \ macro
H A Dtestsax.cxx144 ERROR_ASSERT( parser.is() , "XDataInputStream cannot be queried" ); in testInvariant()
526 ERROR_ASSERT( pDocHandler->m_iElementCount == 4 , "wrong element count" ); in testSimple()
527 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testSimple()
528 ERROR_ASSERT( pDocHandler->m_iCharCount == 130 , "wrong char count" ); in testSimple()
529 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0, "wrong whitespace count" ); in testSimple()
592 ERROR_ASSERT( pDocHandler->m_iElementCount == 6 , "wrong element count" ); in testNamespaces()
593 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testNamespaces()
594 ERROR_ASSERT( pDocHandler->m_iCharCount == 33, "wrong char count" ); in testNamespaces()
595 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0 , "wrong whitespace count" ); in testNamespaces()
H A Dtestwriter.cxx351 ERROR_ASSERT( doc.is() , "XDocumentHandler cannot be queried" ); in testInvariant()
478 ERROR_ASSERT( ref.is() , "no output stream" ); in testSimple()
479 ERROR_ASSERT( source.is() , "no active data source" ); in testSimple()
551 ERROR_ASSERT( ref.is() , "no output stream" ); in testExceptions()
552 ERROR_ASSERT( source.is() , "no active data source" ); in testExceptions()
567 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
584 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
618 ERROR_ASSERT( ref.is() , "no output stream" ); in testDTD()
619 ERROR_ASSERT( source.is() , "no active data source" ); in testDTD()
649 ERROR_ASSERT( ref.is() , "no output stream" ); in testPerformance()
[all …]

Completed in 89 milliseconds