Package is.us.formatters

Examples of is.us.formatters.USPersidnoFormatter.format()


  public void formatting() {
    String input = "0911794829";
    String expected = "091179-4829";

    USPersidnoFormatter formatter = new USPersidnoFormatter();
    assertEquals( formatter.format( input ), expected );
    assertEquals( formatter.format( null ), "" );
  }
}
View Full Code Here


    String input = "0911794829";
    String expected = "091179-4829";

    USPersidnoFormatter formatter = new USPersidnoFormatter();
    assertEquals( formatter.format( input ), expected );
    assertEquals( formatter.format( null ), "" );
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.