use of com.jigdraw.draw.dao.impl.ImageDaoImpl in project android-jigsaw-puzzle by julesbond007.
the class ImageDaoTest method setUp.
@Override
public void setUp() throws Exception {
super.setUp();
RenamingDelegatingContext context = new RenamingDelegatingContext(getContext(), "test_");
dao = new ImageDaoImpl(context);
}
Aggregations