protected void setUp() throws Exception {
   super.setUp();
   es = new WebStorage();
   es.setIndex("testing");
   bitmap = BitmapFactory.decodeResource(getContext().getResources(), R.drawable.grumpy_cat);
 }