mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
new tests for the UniqueAccess caches
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// UniqueExpireCacheTest.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/testsuite/src/UniqueExpireCacheTest.h#2 $
|
||||
// $Id: //poco/Main/Foundation/testsuite/src/UniqueExpireCacheTest.h#3 $
|
||||
//
|
||||
// Tests for ExpireCache
|
||||
//
|
||||
@@ -46,11 +46,14 @@ public:
|
||||
~UniqueExpireCacheTest();
|
||||
|
||||
void testClear();
|
||||
void testAccessClear();
|
||||
void testDuplicateAdd();
|
||||
void testAccessDuplicateAdd();
|
||||
void testExpire0();
|
||||
void testAccessExpire0();
|
||||
void testExpireN();
|
||||
void testExpirationDecorator();
|
||||
|
||||
void testAccessUpdate();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user