Lines Matching refs:toByte
204 byte val= AnyConverter.toByte(aByte); in test_toByte()
206 val= AnyConverter.toByte(anyByte); in test_toByte()
210 try { AnyConverter.toByte(aChar); failed(""); in test_toByte()
212 try { AnyConverter.toByte(anyChar); failed(""); in test_toByte()
214 try { AnyConverter.toByte(aShort); failed(""); in test_toByte()
216 try { AnyConverter.toByte(anyShort); failed(""); in test_toByte()
218 try { AnyConverter.toByte(aInt); failed(""); in test_toByte()
220 try { AnyConverter.toByte(anyInt); failed(""); in test_toByte()
222 try { AnyConverter.toByte(aLong); failed(""); in test_toByte()
224 try { AnyConverter.toByte(anyLong); failed(""); in test_toByte()
226 try { AnyConverter.toByte(aFloat); failed(""); in test_toByte()
228 try { AnyConverter.toByte(anyFloat); failed(""); in test_toByte()
230 try { AnyConverter.toByte(aDouble); failed(""); in test_toByte()
232 try { AnyConverter.toByte(anyDouble); failed(""); in test_toByte()
234 try { AnyConverter.toByte(aObj); failed(""); in test_toByte()
236 try { AnyConverter.toByte(aStr); failed(""); in test_toByte()
238 try { AnyConverter.toByte(anyStr); failed(""); in test_toByte()
240 try { AnyConverter.toByte(aType); failed(""); in test_toByte()
242 try { AnyConverter.toByte(anyType); failed(""); in test_toByte()
244 try { AnyConverter.toByte(anyVoid); failed(""); in test_toByte()
246 try { AnyConverter.toByte(arByte); failed(""); in test_toByte()
248 try { AnyConverter.toByte(anyArByte); failed(""); in test_toByte()