Ejemplo n.º 1
0
  @Test
  public void testgetAll() {
    LogUtil.show(PinyinUtil.getAllPingYin(test));

    LogUtil.show(PinyinUtil.getPinyin(test));

    LogUtil.show(PinyinUtil.getPinyin(test, " "));
  }