testStoreController.cc
Go to the documentation of this file.
Definition: RequestMethod.h:27
Definition: RefCount.h:28
struct SquidConfig::@104 Store
char * store_dir_select_algorithm
Definition: SquidConfig.h:500
Definition: Store.h:42
sfileno swap_filen
unique ID inside a cache_dir for swapped out entries; -1 for others
Definition: Store.h:236
virtual bool error() const =0
virtual void next(void(callback)(void *cbdata), void *cbdata)=0
virtual StoreEntry * currentItem()=0
virtual bool isDone() const =0
Definition: SquidString.h:26
Definition: testStoreController.cc:23
CPPUNIT_TEST(testStats)
CPPUNIT_TEST_SUITE(TestStoreController)
CPPUNIT_TEST(testMaxSize)
CPPUNIT_TEST(testSearch)
CPPUNIT_TEST_SUITE_END()
Definition: TestSwapDir.h:15
void defaultTo(bool beSet)
enables or disables the option; updating to 'implicit' state
Definition: YesNoNone.h:59
void Init(Controller *root=nullptr)
initialize the storage module; a custom root is used by unit tests only
Definition: Controller.cc:945
CPPUNIT_TEST_SUITE_REGISTRATION(TestStoreController)
static StoreEntry * addedEntry(Store::Disk *aStore, String name, String, String)
Definition: testStoreController.cc:105