PHP 클래스 PhlyTest\Conduit\Http\ResponseTest

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

공개 메소드들

메소드 설명
setUp ( )
testAddHeaderDoesNothingIfComplete ( )
testCallingEndMarksAsComplete ( )
testCallingEndMultipleTimesDoesNothingAfterFirstCall ( )
testCanAccessOriginalResponse ( )
testCannotMutateResponseAfterCallingEnd ( )
testDecoratorProxiesToAllMethods ( )
testIsNotCompleteByDefault ( )
testSetBodyReturnsEarlyIfComplete ( )
testWriteAppendsBody ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testAddHeaderDoesNothingIfComplete() 공개 메소드

testCallingEndMarksAsComplete() 공개 메소드

testCallingEndMultipleTimesDoesNothingAfterFirstCall() 공개 메소드

testCanAccessOriginalResponse() 공개 메소드

testCannotMutateResponseAfterCallingEnd() 공개 메소드

testDecoratorProxiesToAllMethods() 공개 메소드

testIsNotCompleteByDefault() 공개 메소드

testSetBodyReturnsEarlyIfComplete() 공개 메소드

testWriteAppendsBody() 공개 메소드