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

(validate) field option should generate code for calling validate() for nested messages #59

Open
alexander-yevsyukov opened this issue Oct 15, 2022 · 0 comments
Milestone

Comments

@alexander-yevsyukov
Copy link
Collaborator

Not this does not happen in new Validation. For example, see io.spine.server.stand.EntityQueryProcessorTest.failOnInvalidQuery().

The test now passed because EntityQueryProcessor.process(Query) was patched to manually check()s instances of Query (which is a good idea anyway) AND query.getTarget() (which should be done by Query.validate()).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant