Package org.beangle.commons.text.seq

Examples of org.beangle.commons.text.seq.HanZiSeqStyle


public class HanZiSeqStyleTest {

  @Test
  public void testBuildText() {
    HanZiSeqStyle style = new HanZiSeqStyle();
    assertEquals("二百一十一", style.build(211));
    assertEquals("二百零一", style.build(201));
    assertEquals("三千零十一", style.build(3011));
  }
View Full Code Here

TOP

Related Classes of org.beangle.commons.text.seq.HanZiSeqStyle

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.