Skip to content
Manfred edited this page Jul 29, 2018 · 22 revisions

Welcome to the Faker wiki!

Faker is an easy to use library for generating fake, yet realistically looking data that you can use for testing, preparing presentations or creating screenshots.

Data Generators

More classes will be added over time.

Locale

To set the locale use property Config.Locale. Default for the library is "en".

Name Clashes

In case of name clashes with other classes in your code base or in 3rd party libraries, use one of these techniques.

Clone this wiki locally