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.
Classes | |
class | MyTestProgram |
customizes our test setup More... | |
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... | |
int | main (int argc, char *argv[]) |
Function Documentation
◆ CPPUNIT_TEST_SUITE_REGISTRATION()
CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestStore | ) |
◆ main()
Definition at line 215 of file testStore.cc.
References TestProgram::run().