PHP Class ProtobufTest\Binary\StreamReaderTest

Inheritance: extends ProtobufTest\TestCase
Show file Open project: protobuf-php/protobuf

Public Methods

Method Description
testReadSimpleMessage ( )
testReadUnknownWireFormatException ( )
testReadUnknownWireFormatGroupException ( )

Protected Methods

Method Description
assertNextTagWire ( StreamReader $reader, Stream $stream, $expectedTag, $expectedWire )

Method Details

assertNextTagWire() protected method

protected assertNextTagWire ( StreamReader $reader, Stream $stream, $expectedTag, $expectedWire )
$reader Protobuf\Binary\StreamReader
$stream Protobuf\Stream

testReadSimpleMessage() public method

testReadUnknownWireFormatException() public method

testReadUnknownWireFormatGroupException() public method