示例#1
0
  @Test
  public void testUseAsciiKeyboard() {
    decorator.useAsciiKeyboard();

    verify(text).setData(KEYBOARD.getKey(), "ascii");
  }