fabioCollini / DaggerMock

A JUnit rule to easily override Dagger 2 objects
Apache License 2.0
1.16k stars 91 forks source link

Can mocked data be combined with jmockdata(https://github.com/jsonzou/jmockdata) #95

Open jsonzoup opened 5 years ago

jsonzoup commented 5 years ago

Can mocked data be combined with jmockdata(https://github.com/jsonzou/jmockdata)

fabioCollini commented 5 years ago

I have never used jmockdata, is there an English documentation somewhere? If it allows just to mock data it should work

jsonzoup commented 5 years ago

There is no English document at present. It is a class library that only allows you to emulate javabeans data.