C# Class Google.Protobuf.CodedOutputStreamTest

Show file Open project: dropbox/protobuf

Private Methods

Method Description
AssertWriteLittleEndian32 ( byte data, uint value ) : void

Parses the given bytes using WriteRawLittleEndian32() and checks that the result matches the given value.

AssertWriteLittleEndian64 ( byte data, ulong value ) : void

Parses the given bytes using WriteRawLittleEndian64() and checks that the result matches the given value.

AssertWriteVarint ( byte data, ulong value ) : void

Writes the given value using WriteRawVarint32() and WriteRawVarint64() and checks that the result matches the given bytes

Dispose_DisposesUnderlyingStream ( ) : void
Dispose_WithLeaveOpen ( ) : void
EncodeZigZag32 ( ) : void
EncodeZigZag64 ( ) : void
RoundTripZigZag32 ( ) : void
RoundTripZigZag64 ( ) : void
TestCodedInputOutputPosition ( ) : void
TestNegativeEnumNoTag ( ) : void
WriteLittleEndian ( ) : void
WriteVarint ( ) : void
WriteWholeMessage_VaryingBlockSizes ( ) : void