PHP Class BrowscapTest\Writer\CsvWriterTest

Author: Thomas Müller ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: browscap/browscap

Public Methods

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

Method Details

setUp() public method

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

teardown() public method

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

testFileEnd() public method

tests rendering the end of the file
public testFileEnd ( )

testFileStart() public method

tests rendering the start of the file
public testFileStart ( )

testGetType() public method

tests getting the writer type
public testGetType ( )

testRenderAllDivisionsFooter() public method

tests rendering the footer after all divisions

testRenderAllDivisionsHeader() public method

tests rendering the header for all division

testRenderAllDivisionsHeaderWithoutProperties() public method

tests rendering the header for all division

testRenderDivisionFooter() public method

tests rendering the footer of one division

testRenderDivisionHeader() public method

tests rendering the header of one division

testRenderHeader() public method

tests rendering the header information
public testRenderHeader ( )

testRenderSectionBodyIfNotSilent() public method

tests rendering the body of one section

testRenderSectionBodyIfSilent() public method

tests rendering the body of one section

testRenderSectionFooter() public method

tests rendering the footer of one section

testRenderSectionHeader() public method

tests rendering the header of one section

testRenderVersionIfNotSilent() public method

tests rendering the version information

testRenderVersionIfNotSilentButWithoutVersion() public method

tests rendering the version information

testRenderVersionIfSilent() public method

tests rendering the version information

testSetGetFilter() public method

tests setting and getting a filter
public testSetGetFilter ( )

testSetGetFormatter() public method

tests setting and getting a formatter
public testSetGetFormatter ( )

testSetGetLogger() public method

tests setting and getting a logger
public testSetGetLogger ( )

testSetGetSilent() public method

tests setting a file into silent mode
public testSetGetSilent ( )