Searched defs:assertParserError (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserTestsBase.java60 protected void assertParserError(final String message, final String keySpec, method in class:KeySpecParserTestsBase
209 assertParserError("Illegal hexadecimal code", "a|0x100X",
217 assertParserError("Illegally escaped hexadecimal code", "a|0x1\\000",
266 assertParserError("Empty label with outputText", "|a",
268 assertParserError("Empty label with code", "|" + CODE_SETTINGS,
270 assertParserError("Empty outputText with label", "a|",
272 assertParserError("Empty outputText with icon", ICON_SETTINGS + "|",
274 assertParserError("Icon without code", ICON_SETTINGS,
276 assertParserError("Non existing icon", ICON_NON_EXISTING + "|abc",
278 assertParserError("No
[all...]

Completed in 10 milliseconds