What I'm looking for is some library like Perl's Data::Faker, Ruby's factory_girl
. Something that allows me to generate random Strings
, Dates
, ... for testing.
I saw this other question. But I want something that has been used by someone with Android.