testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
49 stars 10 forks source link

Add integrations tests #4

Closed sivaprasadreddy closed 1 year ago

sivaprasadreddy commented 1 year ago

The plugin can be tested using https://github.com/khmarbaise/maven-it-extension. Implement tests to verify the successful code generation with all the supporting databases.

romchellis commented 1 year ago

Hi @sivaprasadreddy I've discovered suggested library and found it quite complex for usage. Also it doesn't work actually, it always brings JOOQ compiler errors due to the discrepancy between the real structure of the project and the emulation. Please take a look on my Pull Request, i achieved it much more simpler way using maven-plugin-testing-harness. If you like the approach, i will add more tests further