This message was deleted.
# android
s
This message was deleted.
😶 1
p
z
I am not using any of these, i am working on an old codebase using
SQLiteOpenHelper
d
Unit test wise, not so easily. You possibly could, but given the resource needs it may be difficult to stub, but maybe roblectric could facilitate. Integration test wise you’ll want to create the database and then call your override for
onUpgrade
to synthesize the upgrade process. From there, you’d want to asssert on your results.
🙏 1