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