aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test
Commit message (Collapse)AuthorAgeFilesLines
* Abandon the 'self' namespace alias - we need to be able to import types in ↵Jon Skeet2008-08-149-1692/+1674
| | | | other namespaces too.
* Signed the test assembly, and added InternalsVisibleTo. Some public members ↵Jon Skeet2008-08-142-0/+5
| | | | now internal again.
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-1412-28/+179
| | | | directives.
* Finished service test with a mock.Jon Skeet2008-08-145-223/+169
|
* Fleshed out service interfaces, and wrote the simpler service tests. Mocking ↵Jon Skeet2008-08-141-2/+36
| | | | tests still to be done.
* Implemented text parsing.Jon Skeet2008-08-141-23/+3
|
* Lots of text formatting tests, but ignored the parsing ones for the moment.Jon Skeet2008-08-143-26/+465
|
* Extensions don't need to go under a separate type.Jon Skeet2008-08-146-22/+22
|
* More tests, and a bug fix.Jon Skeet2008-08-141-0/+192
|
* UnknownFieldSet tests, and a fix to repeated extension elements.Jon Skeet2008-08-145-2/+312
|
* Tidying up, and a couple of extra tests.Jon Skeet2008-08-142-28/+25
|
* The great generics revisiting.Jon Skeet2008-08-1412-674/+691
|
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-1413-189/+958
|
* More tests, more fixes.Jon Skeet2008-08-147-24/+859
|
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-144-75/+427
|
* Added DynamicMessage and ExtendableBuilder, along with the first supporting ↵Jon Skeet2008-08-1411-83/+1730
| | | | tests.
* First unit test reading a complete message\!Jon Skeet2008-08-142-11/+345
|
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-143-150/+150
|
* Initial support for services and extensions. Incomplete, but enough to get ↵Jon Skeet2008-08-147-0/+15476
| | | | generated unit test files to compile.
* Changed fixed size methods to return unsigned integers. Finished FieldSet. ↵Jon Skeet2008-08-144-9/+30
| | | | Introduced mapping from FieldType to WireType and MappedType.
* Added copyright noticesJon Skeet2008-08-143-8/+49
| | | | committer: Jon Skeet <skeet@pobox.com>
* More tests for CodedInputStream, and some more WireFormatJon Skeet2008-08-141-6/+335
| | | | committer: Jon Skeet <skeet@pobox.com>
* First part of dotnet libraryJon Skeet2008-08-148-0/+5522
committer: Jon Skeet <skeet@pobox.com>