Searched refs:anyBool (Results 1 – 1 of 1) sorted by relevance
32 Any anyBool; // field in AnyConverter_Test61 anyBool= new Any(new Type(Boolean.TYPE), aBool); in AnyConverter_Test()82 b= AnyConverter.toBoolean(anyBool); in test_toBoolean()83 assertTrue("", b == ((Boolean)anyBool.getObject()).booleanValue()); in test_toBoolean()145 try { AnyConverter.toChar(anyBool); fail(""); in test_toChar()265 try { AnyConverter.toChar(anyBool); fail(""); in test_toShort()273 try { AnyConverter.toShort(anyBool); fail(""); in test_toShort()345 try { AnyConverter.toInt(anyBool); fail(""); in test_toInt()422 try { AnyConverter.toLong(anyBool); fail(""); in test_toLong()475 try { AnyConverter.toFloat(anyBool); fail(""); in test_toFloat()[all …]