PHP 클래스 Gc\View\StreamTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gotcms/gotcms

공개 메소드들

메소드 설명
testRegister ( ) : void Test
testStreamEof ( ) : void Test
testStreamOpen ( ) : void Test
testStreamRead ( ) : void Test
testStreamSeekCur ( ) : void Test
testStreamSeekEnd ( ) : void Test
testStreamSeekSet ( ) : void Test
testStreamWrite ( ) : void Test

보호된 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testRegister() 공개 메소드

Test
public testRegister ( ) : void
리턴 void

testStreamEof() 공개 메소드

Test
public testStreamEof ( ) : void
리턴 void

testStreamOpen() 공개 메소드

Test
public testStreamOpen ( ) : void
리턴 void

testStreamRead() 공개 메소드

Test
public testStreamRead ( ) : void
리턴 void

testStreamSeekCur() 공개 메소드

Test
public testStreamSeekCur ( ) : void
리턴 void

testStreamSeekEnd() 공개 메소드

Test
public testStreamSeekEnd ( ) : void
리턴 void

testStreamSeekSet() 공개 메소드

Test
public testStreamSeekSet ( ) : void
리턴 void

testStreamWrite() 공개 메소드

Test
public testStreamWrite ( ) : void
리턴 void