PHP 클래스 lithium\tests\cases\analysis\logger\adapter\CacheTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

공개 메소드들

메소드 설명
setUp ( ) Sets up and configers the logger and also the cache storage for testing.
testConfiguration ( ) Test if the configuration is correctly set in the logger.
testConstruct ( ) Test the initialization of the cache log adapter.
testWrite ( ) Tests the correct writing to the cache adapter. In this test we use the "Memory" cache adapter so that we can easily verify the written message.

메소드 상세

setUp() 공개 메소드

Sets up and configers the logger and also the cache storage for testing.
public setUp ( )

testConfiguration() 공개 메소드

Test if the configuration is correctly set in the logger.
public testConfiguration ( )

testConstruct() 공개 메소드

Test the initialization of the cache log adapter.
public testConstruct ( )

testWrite() 공개 메소드

Tests the correct writing to the cache adapter. In this test we use the "Memory" cache adapter so that we can easily verify the written message.
public testWrite ( )