six2six / fixture-factory

Generator fake objects from a template
Apache License 2.0
445 stars 88 forks source link

Add method unique random for Long type #103

Open Danepic opened 5 years ago

Danepic commented 5 years ago

Many entities have the Long type identifier, and when creating tests, i needed to create identifiers with single IDs, but the uniqueRandom() method returns ever Integer type, making my tests not work.