parent
518f36d51e
commit
f49939ec86
@ -0,0 +1,19 @@
|
||||
package au.com.royalpay.payment.manage.analysis.beans.ato;
|
||||
|
||||
import com.github.stuxuhai.jpinyin.PinyinException;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
/**
|
||||
* Create by davep at 2019-09-04 11:07
|
||||
*/
|
||||
public class CharacterUtilsTest {
|
||||
|
||||
@Test
|
||||
public void convertToAlphaBet() {
|
||||
String res = CharacterUtils.convertToAlphaBet("605/110 \bQueens Road Hurstville");
|
||||
Assert.assertEquals("605/110 Queens Road Hurstville",res);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue