#include "squid.h"
#include "ConfigParser.h"
#include "DiskIO/DiskIOModule.h"
#include "fde.h"
#include "fs/rock/RockSwapDir.h"
#include "globals.h"
#include "HttpHeader.h"
#include "HttpReply.h"
#include "MemObject.h"
#include "RequestFlags.h"
#include "SquidConfig.h"
#include "Store.h"
#include "store/Disk.h"
#include "store/Disks.h"
#include "StoreFileSystem.h"
#include "StoreSearch.h"
#include "testRock.h"
#include "testStoreSupport.h"
#include "unitTestMain.h"
#include <stdexcept>

Go to the source code of this file.
Macros | |
#define | TESTDIR "tr" |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (TestRock) | |
static void | addSwapDir (TestRock::SwapDirPointer aStore) |
static const char * | storeId (const int i) |
Variables | |
REMOVALPOLICYCREATE | createRemovalPolicy_lru |
static char | cwd [MAXPATHLEN] |
Macro Definition Documentation
◆ TESTDIR
#define TESTDIR "tr" |
Definition at line 37 of file testRock.cc.
Function Documentation
◆ addSwapDir()
|
static |
Definition at line 46 of file testRock.cc.
References allocate_new_swapdir(), SquidConfig::cacheSwap, Config, RefCount< C >::getRaw(), Store::DiskConfig::n_configured, and Store::DiskConfig::swapDirs.
Referenced by TestRock::setUp().
◆ CPPUNIT_TEST_SUITE_REGISTRATION()
CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestRock | ) |
◆ storeId()
|
static |
Definition at line 178 of file testRock.cc.
Referenced by TestRock::createEntry(), and TestRock::getEntry().
Variable Documentation
◆ createRemovalPolicy_lru
|
extern |
Definition at line 15 of file store_repl_lru.cc.
Referenced by TestRock::commonInit().
◆ cwd
|
static |
Definition at line 43 of file testRock.cc.
Referenced by TestRock::setUp().