|
Squid Web Cache master
|
#include "squid.h"#include "base/IoManip.h"#include "compat/cppunit.h"#include "unitTestMain.h"#include <cstdint>#include <limits>#include <sstream>Go to the source code of this file.
Classes | |
| class | TestIoManip |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TestIoManip) | |
| static void | resetStream (std::ostringstream &dirty) |
| resets the given stream, including any formatting | |
| template<typename Integer > | |
| static std::string | toStdString (const AsHex< Integer > &manipulator) |
| returns the result of printing the given manipulator | |
| int | main (int argc, char *argv[]) |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestIoManip | ) |
Definition at line 187 of file testIoManip.cc.
References TestProgram::run().
|
static |
Definition at line 34 of file testIoManip.cc.
Referenced by TestIoManip::testAsHex().
|
static |
Definition at line 43 of file testIoManip.cc.
Referenced by TestIoManip::testAsHex().