-
Notifications
You must be signed in to change notification settings - Fork 122
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
Allow creating sub-annotation from @Property #207
Comments
@pholser I have a quick fix for it if you would add me to the contributors. |
@walkowl Thanks for your interest in junit-quickcheck! Is your fix in any way related to #173 or #170? In those, I'm proposing to allow meta-annotation search for Let me know how you'd like to proceed. Thanks! |
Thanks for a quick reply. Marking |
@walkowl If you're interested in putting together a pull request for these changes, I'm all for it! My initial thought was that when looking for annotations on property parameters, property methods, etc., junit-quickcheck should find meta-present annotations if no annotations are directly present or present on the element. I considered bringing in junit-platform-commons 1.3 (or whatever is most recent release) as a dependency, to leverage its |
Closing -- will address under #173. |
We have a case in which we would like to be able to do:
@Property(trials = 1) public @interface GeneratedData { }
but we can't since @Property doesn't allow Target.ANNOTATION_TYPE
The text was updated successfully, but these errors were encountered: