Lines Matching refs:ERROR_ASSERT

129 		ERROR_ASSERT( input.is() , "XInputStream cannot be queried" );  in testInvariant()
130 ERROR_ASSERT( dataInput.is() , "XDataInputStream cannot be queried" ); in testInvariant()
142 ERROR_ASSERT( output.is() , "XInputStream cannot be queried" ); in testInvariant()
143 ERROR_ASSERT( dataOutput.is(), "XDataInputStream cannot be queried" ); in testInvariant()
148 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
151 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
152ERROR_ASSERT( ! info->supportsService( OUString::createFromAscii("bla bluzb") ) , "XServiceInfo te… in testInvariant()
269 ERROR_ASSERT( 0x34ff3c == rInput->readLong() , "long read/write mismatch" ); in testSimple()
270 ERROR_ASSERT( 0x34ff3d == rInput->readLong() , "long read/write mismatch" ); in testSimple()
271 ERROR_ASSERT( -1027 == rInput->readLong() , "long read/write mismatch" ); in testSimple()
274 ERROR_ASSERT( 0x77 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()
277 ERROR_ASSERT( rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
280 ERROR_ASSERT( ! rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
283 ERROR_ASSERT( rInput->readFloat() == ((float)42.42) , "float read/write mismatch" ); in testSimple()
286 ERROR_ASSERT( rInput->readDouble() == 42.42 , "double read/write mismatch" ); in testSimple()
289 ERROR_ASSERT( rInput->readHyper() == 0x123456789abcdefLL , "int64 read/write mismatch" ); in testSimple()
292 ERROR_ASSERT( rInput->readUTF() == OUString::createFromAscii("Live long and prosper !") , in testSimple()
302 ERROR_ASSERT( rInput->readUTF() == str , "error reading 64k block" ); in testSimple()
308 ERROR_ASSERT( 0 , "eof-exception does not occur !" ); in testSimple()
316 ERROR_ASSERT( 0 , "wrong exception after reading beyond eof" ); in testSimple()
320 ERROR_ASSERT( ! rInput->readBytes( dummy , 1 ), in testSimple()
328 ERROR_ASSERT( 0 , "writing still possible though chain must be interrupted" ); in testSimple()
335 ERROR_ASSERT( 0 , "IOException expected, but another exception was thrown" ); in testSimple()
698 ERROR_ASSERT( dataInput.is() , "XObjectInputStream cannot be queried" ); in testInvariant()
699 ERROR_ASSERT( markable.is() , "XMarkableStream cannot be queried" ); in testInvariant()
707 ERROR_ASSERT( dataOutput.is(), "XObjectOutputStream cannot be queried" ); in testInvariant()
708 ERROR_ASSERT( markable.is() , "XMarkableStream cannot be queried" ); in testInvariant()
712 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
715 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
716ERROR_ASSERT( ! info->supportsService( OUString::createFromAscii("bla bluzb") ) , "XServiceInfo te… in testInvariant()
919 ERROR_ASSERT( rOut.is() , "no objectOutputStream" ); in testObject()
920 ERROR_ASSERT( rIn.is() , "no objectInputStream" ); in testObject()
931 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject()
936 ERROR_ASSERT( 0 != rIn->available() , "no data arrived at input" ); in testObject()
941 ERROR_ASSERT( 0 , "expected exception not thrown" ); in testObject()
948 ERROR_ASSERT( (sal_Int32) 0xdeadbeef == rIn->readLong() , in testObject()
957 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject()
960 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
996 ERROR_ASSERT( 0 != rIn->available() , "no data arrived at input" ); in testObject()
1000ERROR_ASSERT( compareMyPropertySet( rProp , rPropRead ) , "objects has not been read properly !" ); in testObject()
1009 ERROR_ASSERT( markableOut.is() , "markable stream cannot be queried" ); in testObject()
1019 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
1074 ERROR_ASSERT( 0 != rIn->available() , "no data arrived at input" ); in testObject()
1079 ERROR_ASSERT( compareMyPropertySet( rProp1, rProp2) , in testObject()