thisisqubika / fakeit

The Kotlin fake data generator library!
MIT License
536 stars 49 forks source link

Using fakeit inside unit tests? #42

Open jmfayard opened 7 years ago

jmfayard commented 7 years ago

Hello, how could I use fakeit inside my unit tests running on the JVM?

jotaemepereira commented 7 years ago

@jmfayard Hi! Are you trying to use Fakeit in an Android project? Right now we are only supporting Android, we have an issue to remove Android dependency.

If you are trying to use Fakeit on your unit tests you can finde more info on the README.

jotaemepereira commented 7 years ago

@jmfayard We removed the context dependency. So now you can use it in your unit tests