stazz / java-sql-generator

A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
49 stars 28 forks source link

Create more tests, which actually test something #10

Open stazz opened 12 years ago

stazz commented 12 years ago

Currently the tests of Java-SQL-Generator mainly create some SQL statement and output it to log. Any exception raised during the test will fail it, however, the actual generated contents are never checked to hold. Make the tests actually validate the contents of the generated SQL string. Additionally, implement a lot more tests to cover all provided functionality.