PHP Class Nats\Test\ConnectionOptionsTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: repejota/phpnats

Méthodes publiques

Méthode 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 méthode

Tests Connection Options getters and setters.
public testSettersAndGetters ( ) : void
Résultat void

testSettersAndGettersWithoutCredentials() public méthode

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

testStringRepresentation() public méthode

Test string representation of ConnectionOptions.
public testStringRepresentation ( ) : void
Résultat void

testStringRepresentationWithCredentials() public méthode

Test string representation of ConnectionOptions with credentials.