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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -