| LiveConnect 3.0 JavaScript to Java Data Type Conversion Preferred argument conversion: string |
| FAIL TEST_CLASS["ambiguous(java.lang.String)"](string) + '' should be STRING. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(java.lang.String)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(java.lang.Object)"](string) + '' should be OBJECT. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(java.lang.Object)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(char)"](string) + '' should be CHAR. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(char)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(double)"](string) + '' should be DOUBLE. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(double)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(float)"](string) + '' should be FLOAT. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(float)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(long)"](string) + '' should be LONG. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(long)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(int)"](string) + '' should be INT. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(int)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(short)"](string) + '' should be SHORT. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(short)"]' [undefined] is not a function. |
| FAIL TEST_CLASS["ambiguous(byte)"]("127") + '' should be BYTE. Threw exception TypeError: Result of expression 'TEST_CLASS["ambiguous(byte)"]' [undefined] is not a function. |
| PASS successfullyParsed is true |