PHP Class Nats\Test\ConnectionOptionsTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: repejota/phpnats

Public Methods

Method Description
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.

Method Details

testSettersAndGetters() public method

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

testSettersAndGettersWithoutCredentials() public method

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

testStringRepresentation() public method

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

testStringRepresentationWithCredentials() public method

Test string representation of ConnectionOptions with credentials.