Searched refs:assertParserError (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
H A D | KeySpecParserTestsBase.java | 209 assertParserError("Illegal hexadecimal code", "a|0x100X", in testCodes() 266 assertParserError("Empty label with outputText", "|a", in testFormatError() 268 assertParserError("Empty label with code", "|" + CODE_SETTINGS, in testFormatError() 270 assertParserError("Empty outputText with label", "a|", in testFormatError() 274 assertParserError("Icon without code", ICON_SETTINGS, in testFormatError() 276 assertParserError("Non existing icon", ICON_NON_EXISTING + "|abc", in testFormatError() 278 assertParserError("Non existing code", "abc|" + CODE_NON_EXISTING, in testFormatError() 280 assertParserError("Third bar at end", "a|b|", in testFormatError() 282 assertParserError("Multiple bar", "a|b|c", in testFormatError() 288 assertParserError("Multiple bar with icon and code", in testFormatError() [all …]
|
H A D | MoreKeySpecTests.java | 50 assertParserError("Null spec", null, in testEmptySpec() 52 assertParserError("Empty spec", "", in testEmptySpec()
|