PHP Класс BaserHtmlReporter

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

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

Метод Описание
baseUrl ( ) : string Get the baseUrl if one is available.
paintDocumentEnd ( ) : void Paints the end of the document html.
paintDocumentStart ( ) : void Paints the document start content contained in header.php
paintTestMenu ( ) : void Paints the menu on the left side of the test suite interface.
testCaseList ( ) : void Retrieves and paints the list of tests cases in an HTML format.

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

Метод Описание
_paintLinks ( ) : void Renders the links that for accessing things in the test suite.

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

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

Get the baseUrl if one is available.
public baseUrl ( ) : string
Результат string The base URL for the request.

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

Paints the end of the document html.
public paintDocumentEnd ( ) : void
Результат void

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

Paints the document start content contained in header.php
public paintDocumentStart ( ) : void
Результат void

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

Contains all of the various plugin, core, and app buttons.
public paintTestMenu ( ) : void
Результат void

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

Retrieves and paints the list of tests cases in an HTML format.
public testCaseList ( ) : void
Результат void