java-sql-generator icon indicating copy to clipboard operation
java-sql-generator copied to clipboard

Create more tests, which actually test something

Open stazz opened this issue 14 years ago • 0 comments

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.

stazz avatar Sep 23 '11 00:09 stazz