As per https://stackoverflow.com/a/13556184/3286489, we could use RenamingDelegatingContext
for aiding the SQLite DB unit test for Android development.
However in beginning API level 24, android doc announced that this is now deprecated. So what is the new approach of testing we could do in replacing RenamingDelegatingContext
?