Метод | Описание | |
---|---|---|
__construct ( ) | Starts the display with no results in. | |
getDumper ( ) : SimpleDumper | Gets the formatter for small generic data items. | |
getTestCaseCount ( ) : integer | Accessor for total test size in number of test cases. | |
getTestCaseProgress ( ) : integer | Accessor for the number of test cases completed so far. | |
getTestList ( ) : array | Accessor for internal test stack. | |
inCli ( ) : boolean | Static check for running in the comand line. | |
paintCaseEnd ( string $test_name ) | Paints the end of a test case. | |
paintCaseStart ( string $test_name ) | Paints the start of a test case. | |
paintFooter ( string $test_name ) | Paints the test document footer. | |
paintGroupEnd ( string $test_name ) | Paints the end of a group test. | |
paintGroupStart ( string $test_name, integer $size ) | Paints the start of a group test. | |
paintHeader ( string $test_name ) | Paints the test document header. | |
paintMethodEnd ( string $test_name ) | Paints the end of a test method. | |
paintMethodStart ( string $test_name ) | Paints the start of a test method. |
public getDumper ( ) : SimpleDumper | ||
Результат | SimpleDumper | Formatter. |
public getTestCaseCount ( ) : integer | ||
Результат | integer | Total number of cases at start. |
public getTestCaseProgress ( ) : integer | ||
Результат | integer | Number of ended cases. |
public getTestList ( ) : array | ||
Результат | array | List of methods in nesting order. |
public paintCaseEnd ( string $test_name ) | ||
$test_name | string | Name of test that is ending. |
public paintCaseStart ( string $test_name ) | ||
$test_name | string | Name of test that is starting. |
public paintGroupEnd ( string $test_name ) | ||
$test_name | string | Name of test that is ending. |
public paintGroupStart ( string $test_name, integer $size ) | ||
$test_name | string | Name of test that is starting. |
$size | integer | Number of test cases starting. |
public paintHeader ( string $test_name ) | ||
$test_name | string | First test top level to start. |
public paintMethodEnd ( string $test_name ) | ||
$test_name | string | Name of test that is ending. |
public paintMethodStart ( string $test_name ) | ||
$test_name | string | Name of test that is starting. |