PHP 클래스 Nats\Test\ConnectionOptionsTest

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

공개 메소드들

메소드 설명
testSettersAndGetters ( ) : void Tests Connection Options getters and setters.
testSettersAndGettersWithoutCredentials ( ) : void Tests Connection Options getters and setters without setting user and password.
testStringRepresentation ( ) : void Test string representation of ConnectionOptions.
testStringRepresentationWithCredentials ( ) : void Test string representation of ConnectionOptions with credentials.

메소드 상세

testSettersAndGetters() 공개 메소드

Tests Connection Options getters and setters.
public testSettersAndGetters ( ) : void
리턴 void

testSettersAndGettersWithoutCredentials() 공개 메소드

Tests Connection Options getters and setters without setting user and password.

testStringRepresentation() 공개 메소드

Test string representation of ConnectionOptions.
public testStringRepresentation ( ) : void
리턴 void

testStringRepresentationWithCredentials() 공개 메소드

Test string representation of ConnectionOptions with credentials.