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