PHP 클래스 Nats\tests\Unit\ConnectionTest

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

공개 메소드들

메소드 설명
setUp ( ) : void SetUp test suite.
testConnection ( ) : void Test Connection.
testLargeRequest ( ) : void Test Request command with large payload.
testPing ( ) : void Test Ping command.
testPublish ( ) : void Test Publish command.
testReconnect ( ) : void Test Reconnect command.
testRequest ( ) : void Test Request command.
testSetStreamTimeout ( ) : void Test setting a timeout on the stream
testUnsubscribe ( ) : void Test Unsubscribe command.

메소드 상세

setUp() 공개 메소드

SetUp test suite.
public setUp ( ) : void
리턴 void

testConnection() 공개 메소드

Test Connection.
public testConnection ( ) : void
리턴 void

testLargeRequest() 공개 메소드

Test Request command with large payload.
public testLargeRequest ( ) : void
리턴 void

testPing() 공개 메소드

Test Ping command.
public testPing ( ) : void
리턴 void

testPublish() 공개 메소드

Test Publish command.
public testPublish ( ) : void
리턴 void

testReconnect() 공개 메소드

Test Reconnect command.
public testReconnect ( ) : void
리턴 void

testRequest() 공개 메소드

Test Request command.
public testRequest ( ) : void
리턴 void

testSetStreamTimeout() 공개 메소드

Test setting a timeout on the stream
public testSetStreamTimeout ( ) : void
리턴 void

testUnsubscribe() 공개 메소드

Test Unsubscribe command.
public testUnsubscribe ( ) : void
리턴 void