alexfu / SQLiteQueryBuilder

A library that provides a simple API for building SQLite query statements in Java.
MIT License
70 stars 21 forks source link

Use a real SQLite instance for testing #43

Open alexfu opened 8 years ago

alexfu commented 8 years ago

Instead of validating unit tests against a hard-coded string, use a real SQLite instance to run statements to validate them.