Home | History | Annotate | Download | only in latin

Lines Matching defs:PUNCTUATION

42             assertTrue("type word then type space should display punctuation strip",
46 assertEquals("type word then type space then punctuation from strip twice",
58 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT,
72 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT,
89 final String PUNCTUATION = ":";
93 type(PUNCTUATION);
100 final String PUNCTUATION = "(";
104 type(PUNCTUATION);
111 final String PUNCTUATION = ")";
115 type(PUNCTUATION);