PHP Class TQ\Tests\Vcs\Buffer\StreamBufferTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: teqneers/php-stream-wrapper-for-git

Public Methods

Method Description
testReadByByte ( )
testReadInReverse ( )
testSeek ( )
testWriteAtEnd ( )
testWriteAtStart ( )
testWriteInEmptyBuffer ( )
testWriteInMiddle ( )
testWriteOverlappingEnd ( )

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, open a network connection.
tearDown ( ) Tears down the fixture, for example, close a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( )

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testReadByByte() public method

public testReadByByte ( )

testReadInReverse() public method

public testReadInReverse ( )

testSeek() public method

public testSeek ( )

testWriteAtEnd() public method

public testWriteAtEnd ( )

testWriteAtStart() public method

public testWriteAtStart ( )

testWriteInEmptyBuffer() public method

testWriteInMiddle() public method

public testWriteInMiddle ( )

testWriteOverlappingEnd() public method