PHP Класс NestedXmlTag, simpletest

Holds the incoming test structure information for later dispatch to the reporter.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( hash $attributes ) Sets the basic test information except the name.
getName ( ) : string Accessor for name.
setName ( string $name ) Sets the test case/method name.

Защищенные методы

Метод Описание
getAttributes ( ) : hash Accessor for attributes.

Описание методов

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

Sets the basic test information except the name.
public __construct ( hash $attributes )
$attributes hash Name value pairs.

getAttributes() защищенный Метод

Accessor for attributes.
protected getAttributes ( ) : hash
Результат hash All attributes.

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

Accessor for name.
public getName ( ) : string
Результат string Name of test.

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

Sets the test case/method name.
public setName ( string $name )
$name string Name of test.