Skip to content

0.2.0

Compare
Choose a tag to compare
@linux-china linux-china released this 12 Sep 23:18
· 54 commits to master since this release

i18n friendly to Faker's types

import com.github.javafaker.Address  
  
@Test
public void testAddress(@Random(locale = "zh_CN") Address address) {
  System.out.println(address.cityName());
}