exasol / sql-statement-builder

Build SQL statements safely without string concatenation
MIT License
25 stars 4 forks source link

Refactor tests in com.exasol.sql.expression.function.exasol #97

Closed jakobbraun closed 3 years ago

jakobbraun commented 4 years ago

Currently the tests in com.exasol.sql.expression.function.exasol directly use the select().function( API. These tests should however only test the API of their corresponding class. The select() API should be tested in its corresponding test.