GithubHelp home page GithubHelp logo

aaabramov / java-faker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dius/java-faker

0.0 3.0 0.0 1.36 MB

Brings the popular ruby faker gem to Java

Home Page: http://dius.github.io/java-faker

License: Other

Java 100.00%

java-faker's Introduction

Java Faker

Maven Status Build Status Coverage Status Dependency Status License

This library is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker library) that generates fake data. It's useful when you're developing a new project and need some pretty data for showcase.

Usage

In pom.xml, add the following xml stanza between <dependencies> ... </dependencies>

<dependency>
    <groupId>com.github.javafaker</groupId>
    <artifactId>javafaker</artifactId>
    <version>0.12</version>
</dependency>

For gradle users, add the following to your build.gradle file.

repositories {
    mavenCentral()
}

dependencies {
    testCompile group: 'com.github.javafaker', name: 'javafaker', version: '0.12'
}

In your Java code

Faker faker = new Faker();

String name = faker.name().fullName(); // Miss Samanta Schmidt
String firstName = faker.name().firstName(); // Emory
String lastName = faker.name().lastName(); // Barton

String streetAddress = faker.address().streetAddress(); // 60018 Sawayn Brooks Suite 449

Javadoc

http://dius.github.io/java-faker/apidocs/index.html

Fakers

  • Ancient
  • Address
  • App
  • Beer
  • Book
  • Bool
  • Business
  • ChuckNorris
  • Cat
  • Code
  • Color
  • Commerce
  • Company
  • Crypto
  • DateAndTime
  • Educator
  • File
  • Finance
  • Food
  • GameOfThrones
  • Hacker
  • IdNumber
  • Internet
  • Lorem
  • Music
  • Name
  • Number
  • Options
  • PhoneNumber
  • Pokemon
  • Shakespeare
  • SlackEmoji
  • Space
  • Stock
  • Superhero
  • Team
  • University

Usage with Locales

Faker faker = new Faker(new Locale("{YOUR_LOCALE}"));

Supported Locales

  • ca
  • ca-CAT
  • da-DK
  • de
  • de-AT
  • de-CH
  • en
  • en-AU
  • en-au-ocker
  • en-BORK
  • en-CA
  • en-GB
  • en-IND
  • en-NEP
  • en-NZ
  • en-SG
  • en-UG
  • en-US
  • es
  • fa
  • fi-FI
  • fr
  • he
  • it
  • ja
  • ko
  • nb-NO
  • nl
  • pl
  • pt
  • pt-BR
  • ru
  • sk
  • sv
  • uk
  • vi
  • zh-CN
  • zh-TW

TODO

  • Port more classes over as there are more entries in the yml file that we don't have classes for

LICENSE

Copyright (c) 2014 DiUS Computing Pty Ltd. See the LICENSE file for license rights and limitations.

java-faker's People

Contributors

pascalschumacher avatar renshao avatar trevershick avatar pmiklos avatar qrman avatar richardjaldin avatar sturman avatar ilmoeuro avatar dwursteisen avatar tsundberg avatar jsoroka avatar zezuha avatar noelo avatar travistam avatar stephaneeybert avatar crc83 avatar srang avatar plackemacher avatar mlschechter avatar johntbush avatar whittle avatar gblikegroupon avatar dvbeato avatar ikwattro avatar ampedandwired avatar benwaller avatar koa avatar

Watchers

James Cloos avatar Andrii Abramov avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.