PHP 클래스 BrowscapTest\Writer\JsonWriterTest

저자: Thomas Müller ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: browscap/browscap

공개 메소드들

메소드 설명
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 ( )