PHP Class BrowscapTest\Writer\WriterCollectionTest

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.
testAddWriter ( ) tests setting and getting a writer
testFileEnd ( ) tests rendering the end of the file
testFileStart ( ) tests rendering the start of the file
testRenderAllDivisionsFooter ( ) tests rendering the footer after all divisions
testRenderAllDivisionsHeader ( ) 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
testRenderSectionBody ( ) tests rendering the body of one section
testRenderSectionFooter ( ) tests rendering the footer of one section
testRenderSectionHeader ( ) tests rendering the header of one section
testRenderVersion ( ) tests rendering the version information
testSetSilent ( ) tests setting a file into silent mode
testSetSilentSection ( ) tests setting a file into silent mode

Method Details

setUp() public method

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

testAddWriter() public method

tests setting and getting a writer
public testAddWriter ( )

testFileEnd() public method

tests rendering the end of the file
public testFileEnd ( )

testFileStart() public method

tests rendering the start of the file
public testFileStart ( )

testRenderAllDivisionsFooter() public method

tests rendering the footer after all divisions

testRenderAllDivisionsHeader() 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 ( )

testRenderSectionBody() 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

testRenderVersion() public method

tests rendering the version information
public testRenderVersion ( )

testSetSilent() public method

tests setting a file into silent mode
public testSetSilent ( )

testSetSilentSection() public method

tests setting a file into silent mode