-
Notifications
You must be signed in to change notification settings - Fork 41
Add tests for @Source used with other inputs
#218
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
Conversation
Signed-off-by: Yannick Bröker <[email protected]>
phillip-kruger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! Thanks @ybroeker
|
@andymc12 - can you also have a look please ? |
andymc12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good. My only comment was that it might be nice to also have a test where the second parameter is annotated with @NonNull. Thanks!
server/tck/src/main/java/org/eclipse/microprofile/graphql/tck/apps/basic/api/SourceTestApi.java
Show resolved
Hide resolved
|
@andymc12 please merge once you are happy. |
1d734d9 to
87e7f85
Compare
Signed-off-by: Yannick Bröker <[email protected]>
87e7f85 to
117fe6c
Compare
Signed-off-by: Yannick Bröker <[email protected]>
Signed-off-by: Yannick Bröker <[email protected]>
|
@andymc12 - can we merge this one ? |
|
@phillip-kruger yes, sorry for the delay - I'll merge now. Thanks @ybroeker! |
This PR adds some test cases for input-arguments used in conjunction with
@Source.