PHP Class BrowscapTest\Writer\IniWriterTest

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
testRenderDivisionFooter ( ) tests rendering the footer of one division
testRenderDivisionHeaderIfNotSilent ( ) tests rendering the header of one division
testRenderDivisionHeaderIfSilent ( ) tests rendering the header of one division
testRenderHeaderIfNotSilent ( ) tests rendering the header information
testRenderHeaderIfSilent ( ) tests rendering the header information
testRenderSectionBodyIfNotSilent ( ) tests rendering the body of one section
testRenderSectionBodyIfNotSilentWithDefaultPropertiesAsParent ( ) tests rendering the body of one section
testRenderSectionBodyIfNotSilentWithParents ( ) tests rendering the body of one section
testRenderSectionBodyIfSilent ( ) tests rendering the body of one section
testRenderSectionFooterIfNotSilent ( ) tests rendering the footer of one section
testRenderSectionFooterIfSilent ( ) tests rendering the footer of one section
testRenderSectionHeaderIfNotSilent ( ) tests rendering the header of one section
testRenderSectionHeaderIfSilent ( ) 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

testRenderDivisionFooter() public method

tests rendering the footer of one division

testRenderDivisionHeaderIfNotSilent() public method

tests rendering the header of one division

testRenderDivisionHeaderIfSilent() public method

tests rendering the header of one division

testRenderHeaderIfNotSilent() public method

tests rendering the header information

testRenderHeaderIfSilent() public method

tests rendering the header information

testRenderSectionBodyIfNotSilent() public method

tests rendering the body of one section

testRenderSectionBodyIfNotSilentWithDefaultPropertiesAsParent() public method

tests rendering the body of one section

testRenderSectionBodyIfNotSilentWithParents() public method

tests rendering the body of one section

testRenderSectionBodyIfSilent() public method

tests rendering the body of one section

testRenderSectionFooterIfNotSilent() public method

tests rendering the footer of one section

testRenderSectionFooterIfSilent() public method

tests rendering the footer of one section

testRenderSectionHeaderIfNotSilent() public method

tests rendering the header of one section

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