android - How to test DBFlow migrations -


is there way write tests android app migrations using dbflow?

this how testing now:

  1. uninstall app
  2. install old version
  3. insert data
  4. install new version
  5. test app

i need find way how write automated tests this.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -