android - How to test DBFlow migrations -
is there way write tests android app migrations using dbflow?
this how testing now:
- uninstall app
- install old version
- insert data
- install new version
- test app
i need find way how write automated tests this.
is there way write tests android app migrations using dbflow?
this how testing now:
i need find way how write automated tests this.
Comments
Post a Comment