Home
last modified time | relevance | path

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

/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java45 Any anyBool; // field in AnyConverter_Test
74 anyBool= new Any(new Type(Boolean.TYPE), aBool); in AnyConverter_Test()
94 b= AnyConverter.toBoolean(anyBool); in test_toBoolean()
156 try { AnyConverter.toChar(anyBool); failed(""); in test_toChar()
274 try { AnyConverter.toChar(anyBool); failed(""); in test_toShort()
282 try { AnyConverter.toShort(anyBool); failed(""); in test_toShort()
353 try { AnyConverter.toInt(anyBool); failed(""); in test_toInt()
429 try { AnyConverter.toLong(anyBool); failed(""); in test_toLong()
694 try { AnyConverter.toType(anyBool); failed(""); in test_toType()
750 try { AnyConverter.toType(anyBool); failed(""); in test_toArray()
[all …]

Completed in 27 milliseconds