Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork294
Add information about which required field was missing#1765
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
thesamet commentedNov 15, 2024
Can you add unit tests? They can be based on e2e/src/main/protobuf/google/protobuf/unittest.proto and use |
gregor-i commentedNov 16, 2024
I've added some test cases. I didn't know how to construct incomplete messages, so my test data setup may be overcomplicated. |
Exceptions caused by missing required fields don't mention which fields were missing, even though this information is easy to provide