java-faker
java-faker copied to clipboard
Brings the popular ruby faker gem to Java
**Describe the bug** In state_abbr don't have a MG abbreviation ( reference to Minas Gerais state), in state key already have Minas Gerais **To Reproduce** Look at in pt-BR.yml, in...
Just add the abbr on the right position. All the other stuff its there (postcode, state)
If old implementation 'faker.random().nextInt(minimumLength)' returned 0 - password will not contains special char
I've spotted an issue while generating passwords with following code: `var faker = new Faker(); var password = faker.internet().password(8, 100, true, true, true); //(minLength, max Length, includeUppercase, includeSpecial, includeDigit)` The...
**Problem** I want a faker that generates vehicle data such as: - Make - Model - Year - VIN - Mileage **Solution** - Implement the missing Vehicle class - .yml...
Fixes #441
**Problem:** Currently, special characters are hardcoded. **Solution:** It would be great if it would be possible to init / set / reload special characters. **Code, where special characters are used:**...