java-faker
java-faker copied to clipboard
Brings the popular ruby faker gem to Java
This adds the feature requested in #585. This adds support for generation of passwords with inclusion of user-specified special characters. The user can be used to specify the set of...
This adds the feature requested in #603. This is a new feature to support random selection of locale (language, geographic region, culture) used to localize generated data. Support has been...
**Is your feature request related to a problem? Please describe.** For testing a application, there are a few use cases: 1. When I want to test my application with as...
Added method to suffice the request for Issue-666
Implement issue, add tests and make sure the static analysis tools PMD and Spot Bugs are clean for the changes
- maxLengthSentence: Create a sentence with a random number of words but a fixed length (number of characters).
The cell phone numbers that were generated in Dutch were incorrect. A Dutch cell phone starts with 06 followed by 8 digits.
- flight(String type): Returns a flight number (IATA or ICAO format). - flight(): Returns a flight number without specifying flight number format. - airline(): Returns an airline name.
- randomSubset: Returns a random sub-array from a varargs. - randomSubArray: Returns a random sub-array from an array. - randomSubList: Returns a random sub-list from a list.