PHP Класс BrowscapTest\Writer\JsonWriterTest

Автор: 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.
testFileEndIfNotSilent ( ) tests rendering the end of the file
testFileEndIfSilent ( ) tests rendering the end of the file
testFileStartIfNotSilent ( ) tests rendering the start of the file
testFileStartIfSilent ( ) 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
testRenderDivisionHeader ( ) 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

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

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

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

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

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

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

tests rendering the end of the file

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

tests rendering the end of the file
public testFileEndIfSilent ( )

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

tests rendering the start of the file

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

tests rendering the start of the file

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

tests getting the writer type
public testGetType ( )

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

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