Exemple #1
0
 @Override
 protected void tearDown() throws Exception {
   try {
     solo.finalize();
   } catch (Throwable e) {
     e.printStackTrace();
   }
   super.tearDown();
 }
 @Override
 protected void tearDown() throws Exception {
   Log.d("xiacj", "tearDown()");
   // TODO Auto-generated method stub
   try {
     solo.finalize();
   } catch (Throwable e) {
     e.printStackTrace();
   }
   // this.getActivity().fileList();
   super.tearDown();
 }