aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/Collections
Commit message (Collapse)AuthorAgeFilesLines
* Tidying up and extra tests.Jon Skeet2015-06-301-1/+290
| | | | This is mostly just making things internal instead of public, removing and reordering a bunch of code in CodedInputStream/CodedOutputStream, and generally tidying up.
* Make map test keys even more different to avoid odd hash collisionsJon Skeet2015-06-251-8/+8
|
* More map tests, and various production code improvements.Jon Skeet2015-06-252-0/+447
| | | | Generated code in next commit.
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-125/+0
| | | | pretty slow right now.
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-121-17/+17
| | | | | 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.
* Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-301-56/+28
| | | | This includes fetching the VS unit test runner package, so that tests can be run from Visual Studio's Test Explorer.
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+153