PHP Класс Nats\Test\ConnectionOptionsTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.
public testSettersAndGettersWithoutCredentials ( ) : void
Результат void

testStringRepresentation() публичный Метод

Test string representation of ConnectionOptions.
public testStringRepresentation ( ) : void
Результат void

testStringRepresentationWithCredentials() публичный Метод

Test string representation of ConnectionOptions with credentials.
public testStringRepresentationWithCredentials ( ) : void
Результат void