Skip to content
#

test-data

Here are 74 public repositories matching this topic...

Zylatis
Zylatis commented Jun 20, 2019
  • Faker version: 1.0.7
  • OS: Ubuntu 16.04

I was wondering if it is possible to generate a list of 'n' unique company names? I saw some PR's which gave a unique keyword for 'words' but doesn't seem to extend to other providers? I understand i could just keep regenerating and dropping duplicates until I got a unique set of length n, but would be nice to just have a keyword for that (plus this m

vkorobkov
vkorobkov commented May 7, 2018

Add "shortcut" methods for the most common scenarios: for example, instead of long DSL

String sql = JFixtures
            .noConfig()
            .loadDirectory(path)
            .compile()
            .toSql99()
            .toString()

It can be something like:

String sql = Shortcuts.Str.sql99(path);
// or
String sql = Shortcuts.Str.sql99(path, config);

Improve this page

Add a description, image, and links to the test-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-data topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.