Home
last modified time | relevance | path

Searched refs:anyByte (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java47 Any anyByte; // field in AnyConverter_Test
76 anyByte= new Any(new Type(Byte.TYPE), aByte); in AnyConverter_Test()
104 try { AnyConverter.toBoolean(anyByte); failed(""); in test_toBoolean()
160 try { AnyConverter.toChar(anyByte); failed(""); in test_toChar()
206 val= AnyConverter.toByte(anyByte); in test_toByte()
207 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()
260 sh= AnyConverter.toShort(anyByte); in test_toShort()
261 assure("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()
328 val= AnyConverter.toInt(anyByte); in test_toInt()
329 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()
[all …]