Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrument the jOOQ API during integration tests to verify correct application of @Support annotations #3506

Closed
lukaseder opened this issue Aug 8, 2014 · 0 comments

Comments

@lukaseder
Copy link
Member

Currently, the @Support annotation is applied manually, with a certain probability of error. The jOOQ integration tests should:

  • Discover all @Support annotated API
  • Collect per-dialect statistics about what API is called (i.e. covered)
  • Ensure that if a test passes, all covered API is correctly annotated, either via @Support (all dialects) or via @Support({ ..., theDialect, ...}) (limited dialects)

Some more information:


This is a prerequisite for #720, #2409

@lukaseder lukaseder added this to the Version 3.5.0 milestone Aug 8, 2014
lukaseder added a commit that referenced this issue Aug 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant