Test |
Duration |
Result |
testBoolean_False |
0.004s |
passed |
testBoolean_True |
0.167s |
passed |
testChar_Null |
0.007s |
passed |
testChar_a |
0.004s |
passed |
testChar_empty |
0.005s |
passed |
testChar_epmtyUnclosed |
0.005s |
passed |
testChar_octal |
0.003s |
passed |
testChar_tooLong |
0.005s |
passed |
testChar_tooLongUnclosed |
0.005s |
passed |
testChar_unfinishedEscape |
0.008s |
passed |
testChar_unfinishedUnclosed |
0.006s |
passed |
testChar_unicode |
0.003s |
passed |
testDouble_0D |
0.004s |
passed |
testDouble_decimal |
0.004s |
passed |
testDouble_decimalDSuffix |
0.004s |
passed |
testDouble_decimalEngineering |
0.004s |
passed |
testDouble_engineering |
0.004s |
passed |
testDouble_largerMantissa |
0.004s |
passed |
testDouble_leadingDot |
0.006s |
passed |
testDouble_leadingDotDSuffix |
0.006s |
passed |
testDouble_leadingDotEngineering |
0.003s |
passed |
testDouble_leadingZeroExponent |
0.004s |
passed |
testDouble_leadingZeroes |
0.006s |
passed |
testDouble_maxDouble |
0.007s |
passed |
testDouble_minDouble |
0.014s |
passed |
testDouble_minNormalDouble |
0.004s |
passed |
testDouble_negativeExponent |
0.004s |
passed |
testDouble_negativeMantissaNegativeExponent |
0.004s |
passed |
testDouble_positiveExponent |
0.003s |
passed |
testDouble_positiveMantissaPositiveExponent |
0.004s |
passed |
testDouble_trailingDot |
0.004s |
passed |
testFloat_0F |
0.004s |
passed |
testFloat_decimal |
0.005s |
passed |
testFloat_decimalEngineering |
0.004s |
passed |
testFloat_engineering |
0.003s |
passed |
testFloat_largerMantissa |
0.003s |
passed |
testFloat_leadingDot |
0.004s |
passed |
testFloat_leadingDotEngineering |
0.003s |
passed |
testFloat_leadingZeroEngineering |
0.004s |
passed |
testFloat_leadingZeroExponent |
0.003s |
passed |
testFloat_negativeExponent |
0.004s |
passed |
testFloat_negativeMantissaNegativeExponent |
0.004s |
passed |
testFloat_positiveExponent |
0.004s |
passed |
testFloat_positiveMantissaPositiveExponent |
0.009s |
passed |
testFloat_trailingDot |
0.014s |
passed |
testIntBinary_0b000000010010001101000101 |
0.011s |
passed |
testIntBinary_0b01 |
0.004s |
passed |
testIntBinary_maxInt |
0.003s |
passed |
testIntBinary_minInt |
0.003s |
passed |
testIntBinary_underscores |
0.004s |
passed |
testIntHex_0x01 |
0.003s |
passed |
testIntHex_0x012345 |
0.003s |
passed |
testIntHex_maxInt |
0.003s |
passed |
testIntHex_minInt |
0.003s |
passed |
testIntHex_underscores |
0.003s |
passed |
testIntOctal_01 |
0.004s |
passed |
testIntOctal_012345 |
0.003s |
passed |
testIntOctal_leadingUnderscore |
0.006s |
passed |
testIntOctal_maxInt |
0.004s |
passed |
testIntOctal_minInt |
0.004s |
passed |
testIntOctal_underscores |
0.004s |
passed |
testInt_0 |
0.004s |
passed |
testInt_1 |
0.003s |
passed |
testInt_12345 |
0.003s |
passed |
testInt_maxInt |
0.004s |
passed |
testInt_minInt |
0.006s |
passed |
testInt_underscores |
0.004s |
passed |
testLongBinary_0b000000010010001101000101L |
0.006s |
passed |
testLongBinary_0b01l |
0.003s |
passed |
testLongBinary_maxLong |
0.003s |
passed |
testLongBinary_minLong |
0.003s |
passed |
testLongBinary_underscores |
0.004s |
passed |
testLongHex_0x012345L |
0.003s |
passed |
testLongHex_0x01l |
0.005s |
passed |
testLongHex_maxLong |
0.003s |
passed |
testLongHex_minLong |
0.004s |
passed |
testLongHex_underscores |
0.003s |
passed |
testLongOctal_012345L |
0.003s |
passed |
testLongOctal_01l |
0.003s |
passed |
testLongOctal_leadingUnderscores |
0.003s |
passed |
testLongOctal_maxLong |
0.004s |
passed |
testLongOctal_minLong |
0.003s |
passed |
testLongOctal_underscores |
0.003s |
passed |
testLong_0L |
0.003s |
passed |
testLong_12345L |
0.004s |
passed |
testLong_1l |
0.005s |
passed |
testLong_maxInt |
0.004s |
passed |
testLong_minInt |
0.003s |
passed |
testLong_underscores |
0.005s |
passed |
testString_1digitUnicodeEscape |
0.018s |
passed |
testString_2digitOctalEscape |
0.003s |
passed |
testString_2digitUnicodeEscape |
0.003s |
passed |
testString_3digitOctalEscape |
0.003s |
passed |
testString_3digitUnicodeEscape |
0.007s |
passed |
testString_backslash |
0.005s |
passed |
testString_backspace |
0.012s |
passed |
testString_carriageReturn |
0.003s |
passed |
testString_doubleQuote |
0.003s |
passed |
testString_empty |
0.003s |
passed |
testString_formfeed |
0.015s |
passed |
testString_hello |
0.003s |
passed |
testString_newline |
0.003s |
passed |
testString_octalSpecialChar |
0.003s |
passed |
testString_singleQuote |
0.003s |
passed |
testString_tab |
0.004s |
passed |
testString_unfinishedEscape |
0.003s |
passed |
testString_unicodeEscape |
0.003s |
passed |