PHP 클래스 Jamm\Memory\Tests\TestMemoryObject

상속: extends Jamm\Tester\ClassTest
파일 보기 프로젝트 열기: jamm/memory

보호된 프로퍼티들

프로퍼티 타입 설명
$mem
$results

공개 메소드들

메소드 설명
__construct ( Jamm\Memory\IMemoryStorage $mem )
getErrLog ( )
test_add ( )
test_del ( )
test_del_by_tags ( )
test_del_old ( )
test_get_keys ( )
test_get_stat ( )
test_increment ( )
test_lock_key ( )
test_read ( )
test_save ( )
test_select_fx ( )
test_unlock_key ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Jamm\Memory\IMemoryStorage $mem )
$mem Jamm\Memory\IMemoryStorage

getErrLog() 공개 메소드

public getErrLog ( )

test_add() 공개 메소드

public test_add ( )

test_del() 공개 메소드

public test_del ( )

test_del_by_tags() 공개 메소드

public test_del_by_tags ( )

test_del_old() 공개 메소드

public test_del_old ( )

test_get_keys() 공개 메소드

public test_get_keys ( )

test_get_stat() 공개 메소드

public test_get_stat ( )

test_increment() 공개 메소드

public test_increment ( )

test_lock_key() 공개 메소드

public test_lock_key ( )

test_read() 공개 메소드

public test_read ( )

test_save() 공개 메소드

public test_save ( )

test_select_fx() 공개 메소드

public test_select_fx ( )

test_unlock_key() 공개 메소드

public test_unlock_key ( )

프로퍼티 상세

$mem 보호되어 있는 프로퍼티

protected $mem

$results 보호되어 있는 프로퍼티

protected $results