Search in sources :

Example 1 with ImageDaoImpl

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);
}
Also used : RenamingDelegatingContext(android.test.RenamingDelegatingContext) ImageDaoImpl(com.jigdraw.draw.dao.impl.ImageDaoImpl)

Aggregations

RenamingDelegatingContext (android.test.RenamingDelegatingContext)1 ImageDaoImpl (com.jigdraw.draw.dao.impl.ImageDaoImpl)1