Lines Matching refs:ERROR_ASSERT

130 		ERROR_ASSERT( input.is() , "XInputStream cannot be queried" );  in testInvariant()
131 ERROR_ASSERT( dataInput.is() , "XDataInputStream cannot be queried" ); in testInvariant()
143 ERROR_ASSERT( output.is() , "XInputStream cannot be queried" ); in testInvariant()
144 ERROR_ASSERT( dataOutput.is(), "XDataInputStream cannot be queried" ); in testInvariant()
149 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
152 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
153 ERROR_ASSERT( ! info->supportsService( L"bla bluzb" ) , "XServiceInfo test failed" ); in testInvariant()
260 ERROR_ASSERT( 0x34ff3c == rInput->readLong() , "long read/write mismatch" ); in testSimple()
261 ERROR_ASSERT( 0x34ff3d == rInput->readLong() , "long read/write mismatch" ); in testSimple()
264 ERROR_ASSERT( 0x87 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()
267 ERROR_ASSERT( rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
270 ERROR_ASSERT( ! rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
273 ERROR_ASSERT( rInput->readFloat() == ((float)42.42) , "float read/write mismatch" ); in testSimple()
276 ERROR_ASSERT( rInput->readDouble() == 42.42 , "double read/write mismatch" ); in testSimple()
279 ERROR_ASSERT( rInput->readUTF() == L"Live long and prosper !" , in testSimple()
289 ERROR_ASSERT( rInput->readUTF() == str , "error reading 64k block" ); in testSimple()
294 ERROR_ASSERT( 0 , "eof-exception does not occur !" ); in testSimple()
301 ERROR_ASSERT( 0 , "wrong exception after reading beyond eof" ); in testSimple()
304 ERROR_ASSERT( ! rInput->readBytes( Sequence<BYTE> (1) , 1 ), in testSimple()
311 ERROR_ASSERT( 0 , "writing still possible though chain must be interrupted" ); in testSimple()
319 ERROR_ASSERT( 0 , "IOException expected, but another exception was thrown" ); in testSimple()
694 ERROR_ASSERT( dataInput.is() , "XObjectInputStream cannot be queried" ); in testInvariant()
695 ERROR_ASSERT( markable.is() , "XMarkableStream cannot be queried" ); in testInvariant()
701 ERROR_ASSERT( dataOutput.is(), "XObjectOutputStream cannot be queried" ); in testInvariant()
702 ERROR_ASSERT( markable.is() , "XMarkableStream cannot be queried" ); in testInvariant()
706 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
709 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
710 ERROR_ASSERT( ! info->supportsService( L"bla bluzb" ) , "XServiceInfo test failed" ); 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()
891 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject()
896 ERROR_ASSERT( 0 != rIn->available() , "no data arrived at input" ); in testObject()
901 ERROR_ASSERT( 0 , "expected exception not thrown" ); in testObject()
908 ERROR_ASSERT( (INT32) 0xdeadbeef == rIn->readLong() , in testObject()
916 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject()
919 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
948 ERROR_ASSERT( 0 != rIn->available() , "no data arrived at input" ); in testObject()
952ERROR_ASSERT( compareMyPropertySet( rProp , rPropRead ) , "objects has not been read properly !" ); in testObject()
961 ERROR_ASSERT( markableOut.is() , "markable stream cannot be queried" ); in testObject()
971 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
1021 ERROR_ASSERT( 0 != rIn->available() , "no data arrived at input" ); in testObject()
1026 ERROR_ASSERT( compareMyPropertySet( rProp1, rProp2) , "objects has not been read properly !" ); in testObject()