#include "squid.h"#include "anyp/Uri.h"#include "CacheManager.h"#include "compat/cppunit.h"#include "mgr/Action.h"#include "Store.h"#include "unitTestMain.h"#include <cppunit/TestAssert.h>
Include dependency graph for testCacheManager.cc:

Go to the source code of this file.
Classes | |
| class | TestCacheManager |
| class | CacheManagerInternals |
| Provides test code access to CacheManager internal symbols. More... | |
| class | MyTestProgram |
| customizes our test setup More... | |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TestCacheManager) | |
| static void | dummy_action (StoreEntry *sentry) |
| int | main (int argc, char *argv[]) |
Function Documentation
◆ CPPUNIT_TEST_SUITE_REGISTRATION()
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestCacheManager | ) |
◆ dummy_action()
|
static |
Definition at line 101 of file testCacheManager.cc.
References StoreEntry::flags.
Referenced by TestCacheManager::testRegister().
◆ main()
Definition at line 267 of file testCacheManager.cc.
References TestProgram::run().
