What is a good approach to test my DAO class which is a subclass of
SQLiteOpenHelper? I want to test the actual SQL statements, so I don't
want to mock the underlying database. I preferably want a new database
every time, which gets cleaned up afterwards. It would also be nice to
test upgrades from version m to n in all sorts of combinations.

Jeroen

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to