All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hope.kola.contract.faker.InternalContext Maven / Gradle / Ivy

There is a newer version: 1.1.2-RELEASE
Show newest version
package hope.kola.contract.faker;

public class InternalContext {
  static final ChineseIDPulsar CHINESE_ID_PULSAR = new ChineseIDPulsar();
  static final EmailPulsar EMAIL_PULSAR = new EmailPulsar();

  static final GenderPulsar GENDER_PULSAR = new GenderPulsar(false);

  static final GenderPulsar GENDER_PULSAR_CN = new GenderPulsar(true);

  static final IP4Pulsar IP_4_PULSAR = new IP4Pulsar();

  static final IP6Pulsar IP_6_PULSAR = new IP6Pulsar();

  static final UrlPulsar URL_PULSAR = new UrlPulsar();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy