PHP Class ProtobufTest\StreamTest

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

Public Methods

Method Description
testCanSetSize ( )
testChecksEof ( )
testClosesStreamOnDestruct ( )
testConvertsToString ( )
testCreateStreamFromEmptyString ( )
testCreateStreamFromResource ( )
testCreateStreamFromString ( )
testGetSize ( )
testGetsContents ( )
testPositionOfResource ( )
testReadStream ( )
testSeekException ( )
testStreamPosition ( )
testThrowsExceptionForUnknown ( )
testThrowsExceptionOnInvalidArgument ( )
testWriteException ( )
testWriteStream ( )
testWriteStreamException ( )

Method Details

testCanSetSize() public method

public testCanSetSize ( )

testChecksEof() public method

public testChecksEof ( )

testClosesStreamOnDestruct() public method

testConvertsToString() public method

testCreateStreamFromEmptyString() public method

testCreateStreamFromResource() public method

testCreateStreamFromString() public method

testGetSize() public method

public testGetSize ( )

testGetsContents() public method

public testGetsContents ( )

testPositionOfResource() public method

testReadStream() public method

public testReadStream ( )

testSeekException() public method

public testSeekException ( )

testStreamPosition() public method

public testStreamPosition ( )

testThrowsExceptionForUnknown() public method

testThrowsExceptionOnInvalidArgument() public method

testWriteException() public method

public testWriteException ( )

testWriteStream() public method

public testWriteStream ( )

testWriteStreamException() public method