コード例 #1
0
 @Override
 protected void tearDown() throws Exception {
   for (Uri uri : mDeleteUris) {
     deleteUri(uri);
   }
   super.tearDown();
 }
コード例 #2
0
 @Override
 protected void setUp() throws Exception {
   mDeleteUris = new ArrayList<Uri>();
   super.setUp();
 }