Searched refs:helperTestComposing (Results 1 – 1 of 1) sorted by relevance
462 private void helperTestComposing(final String wordToType, final boolean shouldBeComposing) { in helperTestComposing() method in InputLogicTests473 helperTestComposing("a", true); in testStartComposing()476 helperTestComposing("'", false); in testStartComposing()478 helperTestComposing("'-", false); in testStartComposing()481 helperTestComposing("-", false); in testStartComposing()483 helperTestComposing("-'", false); in testStartComposing()485 helperTestComposing("a-", true); in testStartComposing()487 helperTestComposing("a'", true); in testStartComposing()