|
Squid Web Cache master
|
#include "squid.h"#include "base/RandomUuid.h"#include "compat/cppunit.h"#include "sbuf/SBuf.h"#include "sbuf/Stream.h"#include "unitTestMain.h"#include <map>#include <set>Go to the source code of this file.
Classes | |
| class | TestRandomUuid |
Typedefs | |
| typedef std::map< SBuf, RandomUuid::Serialized > | RandomIds |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TestRandomUuid) | |
| int | main (int argc, char *argv[]) |
Variables | |
| static const RandomIds | ExternalIds |
| static const RandomIds | InvalidIds |
| typedef std::map<SBuf, RandomUuid::Serialized> RandomIds |
Definition at line 37 of file testRandomUuid.cc.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestRandomUuid | ) |
Definition at line 86 of file testRandomUuid.cc.
References TestProgram::run().
|
static |
Definition at line 41 of file testRandomUuid.cc.
Referenced by TestRandomUuid::testTextRepresentation().
|
static |
Definition at line 47 of file testRandomUuid.cc.
Referenced by TestRandomUuid::testInvalidIds().