PHP 클래스 Jyxo\Spl\ObjectCacheTest

또한 보기: Jyxo\Spl\ObjectCache
저자: Jan Pěček
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
testGetData ( ) Tests loading data.
testGetNull ( ) Tests loading an object that is not stored actually.
testIsset ( ) Tests isset().
testIterator ( ) Tests cache iterator interface.
testSaveData ( ) Tests saving data.
testUnset ( ) Tests unset().

보호된 메소드들

메소드 설명
setUp ( ) Prepares testing environment.
tearDown ( ) Cleans up the environment after testing.

비공개 메소드들

메소드 설명
saveObject ( ) : stdClass Saves an object into cache.

메소드 상세

setUp() 보호된 메소드

Prepares testing environment.
protected setUp ( )

tearDown() 보호된 메소드

Cleans up the environment after testing.
protected tearDown ( )

testGetData() 공개 메소드

Tests loading data.
public testGetData ( )

testGetNull() 공개 메소드

Tests loading an object that is not stored actually.
public testGetNull ( )

testIsset() 공개 메소드

Tests isset().
public testIsset ( )

testIterator() 공개 메소드

Tests cache iterator interface.
public testIterator ( )

testSaveData() 공개 메소드

Tests saving data.
public testSaveData ( )

testUnset() 공개 메소드

Tests unset().
public testUnset ( )