So I can see that the C++ `src/google/protobuf` directory has a number of unittest*.proto files. Is there any documentation around this? I'm particularly interested in testing encoding/decoding rather than parsing.
On Monday, December 19, 2022 at 12:22:37 PM UTC+1 Luciano Joublanc wrote: > I can't find any documentation on the main website on conformance testing, > for example when developing encoders for a new language. > > The only link I see is to the tests in protoscope. It also seems that each > official language implementation has it's own set of unit tests. > > Is there some set of 'standard' tests that all these codecs use in common > to ensure conformance? > -- This message, and any attachments, is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at http://www.digitalasset.com/emaildisclaimer.html <http://www.digitalasset.com/emaildisclaimer.html>. If you are not the intended recipient, please delete this message. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/a0d73e83-e7b9-4220-b8ad-f4396dc9604bn%40googlegroups.com.
