Accessing context.getFilesDir() from InstrumentationTestCase
05 March 2016 on Android.
In order to fix getting null value problem while using Context.getFilesDir() inside InstrumentationTestCase,you need to create files
directorory.
Now following test assertion codes will not fail.