PHP Класс TreemapRecorder, simpletest

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

Открытые свойства

Свойство Тип Описание
$_graph
$_stack
$_title

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

Метод Описание
__construct ( )
getGraph ( ) returns a reference to the root node of the collected treemap graph
getTitle ( ) returns the title of the test
isComplete ( ) is this test run finished?
paintCaseEnd ( $message ) acceptor for end of test case
paintCaseStart ( $message ) acceptor for start of test case node
paintFail ( $message ) acceptor for failing assertion node
paintFormattedMessage ( $message )
paintGroupEnd ( $message ) acceptor for end of test group.
paintGroupStart ( $message, $size ) acceptor for start of test group node
paintHeader ( $title ) stashes the title of the test
paintMethodEnd ( $message ) acceptor for end of method node
paintMethodStart ( $message ) acceptor for start of test method node
paintPass ( $message ) acceptor for passing assertion node

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

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

public __construct ( )

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

returns a reference to the root node of the collected treemap graph
public getGraph ( )

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

returns the title of the test
public getTitle ( )

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

is this test run finished?
public isComplete ( )

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

acceptor for end of test case
public paintCaseEnd ( $message )

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

acceptor for start of test case node
public paintCaseStart ( $message )

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

acceptor for failing assertion node
public paintFail ( $message )

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

public paintFormattedMessage ( $message )

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

final group pops the collected treemap nodes and assigns it to the internal graph property.
public paintGroupEnd ( $message )

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

acceptor for start of test group node
public paintGroupStart ( $message, $size )

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

stashes the title of the test
public paintHeader ( $title )

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

acceptor for end of method node
public paintMethodEnd ( $message )

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

acceptor for start of test method node
public paintMethodStart ( $message )

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

acceptor for passing assertion node
public paintPass ( $message )

Описание свойств

$_graph публичное свойство

public $_graph

$_stack публичное свойство

public $_stack

$_title публичное свойство

public $_title