Ejemplo n.º 1
0
 @Override
 public void setUp() throws Exception {
   super.setUp();
   mMockContext = getContext();
   sContext = mMockContext;
   EasResponse.sCallback = new MockEasResponse();
   Configuration.openTest();
 }
Ejemplo n.º 2
0
 @Override
 public void tearDown() throws Exception {
   EasResponse.sCallback = null;
   Configuration.shutDownTest();
   super.tearDown();
 }