Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java42 Any anyArByte; // field in AnyConverter_Test
71 anyArByte= new Any(new Type(byte[].class), arByte); in AnyConverter_Test()
128 try { AnyConverter.toBoolean(anyArByte); fail(""); in test_toBoolean()
185 try { AnyConverter.toChar(anyArByte); fail(""); in test_toChar()
238 try { AnyConverter.toByte(anyArByte); fail(""); in test_toByte()
305 try { AnyConverter.toShort(anyArByte); fail(""); in test_toShort()
373 try { AnyConverter.toInt(anyArByte); fail(""); in test_toInt()
446 try { AnyConverter.toLong(anyArByte); fail(""); in test_toLong()
503 try { AnyConverter.toFloat(anyArByte); fail(""); in test_toFloat()
561 try { AnyConverter.toDouble(anyArByte); fail(""); in test_toDouble()
[all …]