testStore.cc File Reference
#include "squid.h"
#include "Store.h"
#include "store/SwapMeta.h"
#include "testStore.h"
#include "unitTestMain.h"
#include <limits>
Include dependency graph for testStore.cc:

Go to the source code of this file.
Namespaces | |
namespace | Store |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (testStore) | |
static void | Store::checkIgnorableSwapMetaRawType (const RawSwapMetaType rawType) |
check rawType that may be ignored More... | |
static void | Store::checkTooSmallSwapMetaRawType (const RawSwapMetaType rawType) |
check a raw swap meta field type below SwapMetaType range or STORE_META_VOID More... | |
static void | Store::checkKnownSwapMetaRawType (const RawSwapMetaType rawType) |
check a raw swap meta field type within SwapMetaType range, excluding STORE_META_VOID More... | |
static void | Store::checkTooBigSwapMetaRawType (const RawSwapMetaType rawType) |
check a raw swap meta field type exceeding RawSwapMetaTypeTop() More... | |
static void | Store::checkSwapMetaRawType (const RawSwapMetaType rawType) |
check a given raw swap meta field type More... | |
Function Documentation
◆ CPPUNIT_TEST_SUITE_REGISTRATION()
CPPUNIT_TEST_SUITE_REGISTRATION | ( | testStore | ) |