|
Squid Web Cache master
|
#include "squid.h"#include "base/LookupTable.h"#include "compat/cppunit.h"#include "unitTestMain.h"Go to the source code of this file.
Classes | |
| class | TestLookupTable |
Enumerations | |
| enum | EnumData { ENUM_1 , ENUM_2 , ENUM_3 , ENUM_4 , ENUM_5 , ENUM_6 , ENUM_7 , ENUM_INVALID } |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TestLookupTable) | |
| int | main (int argc, char *argv[]) |
Variables | |
| static const LookupTable< EnumData >::Record | tableData [] |
| enum EnumData |
| Enumerator | |
|---|---|
| ENUM_1 | |
| ENUM_2 | |
| ENUM_3 | |
| ENUM_4 | |
| ENUM_5 | |
| ENUM_6 | |
| ENUM_7 | |
| ENUM_INVALID | |
Definition at line 25 of file testLookupTable.cc.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestLookupTable | ) |
Definition at line 70 of file testLookupTable.cc.
References TestProgram::run().
|
static |
Definition at line 36 of file testLookupTable.cc.
Referenced by TestLookupTable::testLookupTableLookup().