Commit d5e964c8 authored by Sydney Acksman's avatar Sydney Acksman

Make test comment a summary

parent 1a0ff955
...@@ -261,9 +261,11 @@ namespace Google.Protobuf ...@@ -261,9 +261,11 @@ namespace Google.Protobuf
Assert.True(message.IsInitialized()); Assert.True(message.IsInitialized());
} }
// Code was accidentally left in message parser that threw exceptions when missing required fields after parsing. /// <summary>
// We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they /// Code was accidentally left in message parser that threw exceptions when missing required fields after parsing.
// want to check and handle missing fields. /// We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they
/// want to check and handle missing fields.
/// </summary>
[Test] [Test]
public void RequiredFieldsNoThrow() public void RequiredFieldsNoThrow()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment