Skip to content

Provides the SQLiteMap class to allow use of the SQLite database with Robolectric.

Notifications You must be signed in to change notification settings

margge/robolectric-sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This fork of robolectric-sqlite allows to run tests for project that are not Android applications.

In order to use this library from you Android project using maven your pom should look like this:

<?xml version="1.0" encoding="UTF-8"?>
<project ...>
    ...

    <dependencies>
        <dependency>
            <groupId>com.seventheye.android</groupId>
            <artifactId>robolectric-sqlite</artifactId>
            <version>1.0</version>
            <scope>test</scope>
        </dependency>
        ...
    </dependencies>

    <repositories>
        <repository>
            <id>codeslap</id>
            <url>http://casidiablo.github.com/codeslap-maven/repository/</url>
        </repository>
    </repositories>
</project>

About

Provides the SQLiteMap class to allow use of the SQLite database with Robolectric.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published