aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/FieldPresenceTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Remove the C#-specific field_presence_test.proto, using ↵Jon Skeet2015-05-131-2/+2
| | | | | | | unittest_no_field_presence.proto instead. This is the start of establishing a C# namespace of "Google.ProtocolBuffers.TestProtos.Proto3" for proto3-syntax protos. We could optionally split the directory structure as well into Proto2 and Proto3 for clarity.
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-121-40/+40
| | | | | This includes the NUnit test adapter which allows NUnit tests to be run under VS without any extra plugins. Unfortunate the compatibility tests using the abstract test fixture class show up as "external" tests, and aren't well presented - but they do run.
* fix commentsJie Luo2015-05-011-1/+1
|
* fix commends from Jon SkeetJie Luo2015-04-301-25/+21
|
* rename FieldPResenceTest.cs fileJie Luo2015-04-291-0/+187