PHP 클래스 Bitpay\Client\RequestTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: bitpay/php-client

공개 메소드들

메소드 설명
setUp ( )
testGetBody ( )
testGetHeaderFields ( )
testGetHeaders ( )
testGetHost ( )
testGetMethod ( )
testGetPath ( )
testGetPort ( )
testGetSchema ( )
testGetUri ( )
testGetUriWithPort ( )
testIsMethodGet ( )
testIsMethodPost ( )
testIsMethodPut ( )
testIsMethodUnknown ( )
testSetBody ( )
testSetHeader ( )
testSetHeaderException ( )
testSetHost ( )
testSetMethod ( )
testSetPath ( )
testSetPort ( )
testToStringWithBody ( )
testToStringWithoutBody ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testGetBody() 공개 메소드

public testGetBody ( )

testGetHeaderFields() 공개 메소드

public testGetHeaderFields ( )

testGetHeaders() 공개 메소드

public testGetHeaders ( )

testGetHost() 공개 메소드

public testGetHost ( )

testGetMethod() 공개 메소드

public testGetMethod ( )

testGetPath() 공개 메소드

public testGetPath ( )

testGetPort() 공개 메소드

public testGetPort ( )

testGetSchema() 공개 메소드

public testGetSchema ( )

testGetUri() 공개 메소드

public testGetUri ( )

testGetUriWithPort() 공개 메소드

public testGetUriWithPort ( )

testIsMethodGet() 공개 메소드

public testIsMethodGet ( )

testIsMethodPost() 공개 메소드

public testIsMethodPost ( )

testIsMethodPut() 공개 메소드

public testIsMethodPut ( )

testIsMethodUnknown() 공개 메소드

public testIsMethodUnknown ( )

testSetBody() 공개 메소드

public testSetBody ( )

testSetHeader() 공개 메소드

public testSetHeader ( )

testSetHeaderException() 공개 메소드

testSetHost() 공개 메소드

public testSetHost ( )

testSetMethod() 공개 메소드

public testSetMethod ( )

testSetPath() 공개 메소드

public testSetPath ( )

testSetPort() 공개 메소드

public testSetPort ( )

testToStringWithBody() 공개 메소드

testToStringWithoutBody() 공개 메소드