|
Squid Web Cache master
|
#include "squid.h"#include "Store.h"#include "store/SwapMeta.h"#include "testStore.h"#include "unitTestMain.h"#include <limits>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 | |
| static void | Store::checkTooSmallSwapMetaRawType (const RawSwapMetaType rawType) |
| check a raw swap meta field type below SwapMetaType range or STORE_META_VOID | |
| static void | Store::checkKnownSwapMetaRawType (const RawSwapMetaType rawType) |
| check a raw swap meta field type within SwapMetaType range, excluding STORE_META_VOID | |
| static void | Store::checkTooBigSwapMetaRawType (const RawSwapMetaType rawType) |
| check a raw swap meta field type exceeding RawSwapMetaTypeTop() | |
| static void | Store::checkSwapMetaRawType (const RawSwapMetaType rawType) |
| check a given raw swap meta field type | |
| int | main (int argc, char *argv[]) |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestStore | ) |
Definition at line 105 of file testStore.cc.
References TestProgram::run().