PHP Class Jamm\Memory\Tests\TestMemoryObject

Inheritance: extends Jamm\Tester\ClassTest
Show file Open project: jamm/memory

Protected Properties

Property Type Description
$mem
$results

Public Methods

Method Description
__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 ( )

Method Details

__construct() public method

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

getErrLog() public method

public getErrLog ( )

test_add() public method

public test_add ( )

test_del() public method

public test_del ( )

test_del_by_tags() public method

public test_del_by_tags ( )

test_del_old() public method

public test_del_old ( )

test_get_keys() public method

public test_get_keys ( )

test_get_stat() public method

public test_get_stat ( )

test_increment() public method

public test_increment ( )

test_lock_key() public method

public test_lock_key ( )

test_read() public method

public test_read ( )

test_save() public method

public test_save ( )

test_select_fx() public method

public test_select_fx ( )

test_unlock_key() public method

public test_unlock_key ( )

Property Details

$mem protected property

protected $mem

$results protected property

protected $results