Exemplo n.º 1
0
 @Override
 public void setUp() throws Exception {
   super.setUp();
   mMockContext = getMockContext();
   // Delete any test accounts we might have created earlier
   deleteTemporaryAccountManagerAccounts();
 }
Exemplo n.º 2
0
 @Override
 public void tearDown() throws Exception {
   super.tearDown();
   // Delete any test accounts we might have created earlier
   deleteTemporaryAccountManagerAccounts();
 }