PHP Class BrowscapTest\Writer\IniWriterTest

Author: Thomas Müller ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: browscap/browscap

Méthodes publiques

Méthode 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 méthode

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

teardown() public méthode

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

testFileEnd() public méthode

tests rendering the end of the file
public testFileEnd ( )

testFileStart() public méthode

tests rendering the start of the file
public testFileStart ( )

testGetType() public méthode

tests getting the writer type
public testGetType ( )

testRenderAllDivisionsFooter() public méthode

tests rendering the footer after all divisions

testRenderAllDivisionsHeader() public méthode

tests rendering the header for all division

testRenderDivisionFooter() public méthode

tests rendering the footer of one division

testRenderDivisionHeaderIfNotSilent() public méthode

tests rendering the header of one division

testRenderDivisionHeaderIfSilent() public méthode

tests rendering the header of one division

testRenderHeaderIfNotSilent() public méthode

tests rendering the header information

testRenderHeaderIfSilent() public méthode

tests rendering the header information

testRenderSectionBodyIfNotSilent() public méthode

tests rendering the body of one section

testRenderSectionBodyIfNotSilentWithDefaultPropertiesAsParent() public méthode

tests rendering the body of one section

testRenderSectionBodyIfNotSilentWithParents() public méthode

tests rendering the body of one section

testRenderSectionBodyIfSilent() public méthode

tests rendering the body of one section

testRenderSectionFooterIfNotSilent() public méthode

tests rendering the footer of one section

testRenderSectionFooterIfSilent() public méthode

tests rendering the footer of one section

testRenderSectionHeaderIfNotSilent() public méthode

tests rendering the header of one section

testRenderSectionHeaderIfSilent() public méthode

tests rendering the header of one section

testRenderVersionIfNotSilent() public méthode

tests rendering the version information

testRenderVersionIfNotSilentButWithoutVersion() public méthode

tests rendering the version information

testRenderVersionIfSilent() public méthode

tests rendering the version information

testSetGetFilter() public méthode

tests setting and getting a filter
public testSetGetFilter ( )

testSetGetFormatter() public méthode

tests setting and getting a formatter
public testSetGetFormatter ( )

testSetGetLogger() public méthode

tests setting and getting a logger
public testSetGetLogger ( )

testSetGetSilent() public méthode

tests setting a file into silent mode
public testSetGetSilent ( )