PHP Class TreemapRecorder, simpletest

Inheritance: extends SimpleReporter
显示文件 Open project: simpletest/simpletest

Public Properties

Property Type Description
$_graph
$_stack
$_title

Public Methods

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

Method Details

__construct() public method

public __construct ( )

getGraph() public method

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

getTitle() public method

returns the title of the test
public getTitle ( )

isComplete() public method

is this test run finished?
public isComplete ( )

paintCaseEnd() public method

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

paintCaseStart() public method

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

paintFail() public method

acceptor for failing assertion node
public paintFail ( $message )

paintFormattedMessage() public method

public paintFormattedMessage ( $message )

paintGroupEnd() public method

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

paintGroupStart() public method

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

paintHeader() public method

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

paintMethodEnd() public method

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

paintMethodStart() public method

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

paintPass() public method

acceptor for passing assertion node
public paintPass ( $message )

Property Details

$_graph public_oe property

public $_graph

$_stack public_oe property

public $_stack

$_title public_oe property

public $_title