|
This file is part of the Achievo ATK distribution. Detailed copyright and licensing information can be found in the doc/COPYRIGHT and doc/LICENSE files which should be included in the distribution. Located in /test/class.atkcachetestcase.inc [line 19] PHPUnit_Framework_TestCase | --atkTestCase | --atkCacheTestCaseAuthor(s):
|
| Inherited Properties | Inherited Methods |
|---|---|
|
Inherited From atkTestCase |
Inherited From atkTestCase
|
| void | setup() | |
| void | test_add() | Test if adding data to cache works |
| void | test_construct() | Check if we have the correct object |
| void | test_delete() | Test if we can remove data from the cache |
| void | test_deleteAll() | Test if we can delete the complete cache |
| void | test_get() | Test if we can get data from the cache |
| void | test_getLifetime() | Check the getLifeTime function |
| void | test_getType() | Test if we got the correct type |
| void | test_isActive() | Check the isActive function |
| void | test_set_Array() | Test if we can save array's to the cache |
| void | test_set_Object() | Test if we can save objects's to the cache |
| void | test_set_String() | Test if we can save strings to the cache |
|
Test if adding data to cache works
| Access: | public |
|
Check if we have the correct object
| Access: | public |
|
Test if we can remove data from the cache
| Access: | public |
|
Test if we can delete the complete cache
| Access: | public |
|
Test if we can get data from the cache
| Access: | public |
|
Check the getLifeTime function
| Access: | public |
|
Test if we got the correct type
| Access: | public |
|
Check the isActive function
| Access: | public |
|
Test if we can save array's to the cache
| Access: | public |
|
Test if we can save objects's to the cache
| Access: | public |
|
Test if we can save strings to the cache
| Access: | public |