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 AssertJ for assertions #6

Closed alexfu closed 9 years ago

alexfu commented 9 years ago

Replace usage of JUnits assertion statements with AssertJ. AssertJ offers a more fluent and easy to understand API.