PHP Класс BrowscapTest\Writer\CsvWriterTest

Автор: Thomas Müller ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

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

Метод Описание
setUp ( ) Sets up the fixture, for example, open a network connection.
teardown ( ) Sets up the fixture, for example, open a network connection.
testFileEnd ( ) tests rendering the end of the file
testFileStart ( ) tests rendering the start of the file
testGetType ( ) tests getting the writer type
testRenderAllDivisionsFooter ( ) tests rendering the footer after all divisions
testRenderAllDivisionsHeader ( ) tests rendering the header for all division
testRenderAllDivisionsHeaderWithoutProperties ( ) tests rendering the header for all division
testRenderDivisionFooter ( ) tests rendering the footer of one division
testRenderDivisionHeader ( ) tests rendering the header of one division
testRenderHeader ( ) tests rendering the header information
testRenderSectionBodyIfNotSilent ( ) tests rendering the body of one section
testRenderSectionBodyIfSilent ( ) tests rendering the body of one section
testRenderSectionFooter ( ) tests rendering the footer of one section
testRenderSectionHeader ( ) tests rendering the header of one section
testRenderVersionIfNotSilent ( ) tests rendering the version information
testRenderVersionIfNotSilentButWithoutVersion ( ) tests rendering the version information
testRenderVersionIfSilent ( ) tests rendering the version information
testSetGetFilter ( ) tests setting and getting a filter
testSetGetFormatter ( ) tests setting and getting a formatter
testSetGetLogger ( ) tests setting and getting a logger
testSetGetSilent ( ) tests setting a file into silent mode

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

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

This method is called before a test is executed.
public setUp ( )

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

This method is called before a test is executed.
public teardown ( )

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

tests rendering the end of the file
public testFileEnd ( )

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

tests rendering the start of the file
public testFileStart ( )

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

tests getting the writer type
public testGetType ( )

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

tests rendering the footer after all divisions

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

tests rendering the header for all division

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

tests rendering the header for all division

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

tests rendering the footer of one division

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

tests rendering the header of one division

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

tests rendering the header information
public testRenderHeader ( )

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

tests rendering the body of one section

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

tests rendering the body of one section

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

tests rendering the footer of one section

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

tests rendering the header of one section

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

tests rendering the version information

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

tests rendering the version information

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

tests rendering the version information

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

tests setting and getting a filter
public testSetGetFilter ( )

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

tests setting and getting a formatter
public testSetGetFormatter ( )

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

tests setting and getting a logger
public testSetGetLogger ( )

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

tests setting a file into silent mode
public testSetGetSilent ( )