(validate)
field option should generate code for calling validate()
for nested messages
#59
Milestone
(validate)
field option should generate code for calling validate()
for nested messages
#59
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 manuallycheck()
s instances ofQuery
(which is a good idea anyway) ANDquery.getTarget()
(which should be done byQuery.validate()
).The text was updated successfully, but these errors were encountered: