|
Squid Web Cache master
|
#include "squid.h"#include "compat/cppunit.h"#include "sbuf/Algorithms.h"#include "sbuf/List.h"#include "unitTestMain.h"Go to the source code of this file.
Classes | |
| class | TestSBufList |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TestSBufList) | |
| int | main (int argc, char *argv[]) |
Variables | |
| SBuf | literal ("The quick brown fox jumped over the lazy dog") |
| static int | sbuf_tokens_number =9 |
| static SBuf | tokens [] |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TestSBufList | ) |
Definition at line 66 of file testSBufList.cc.
References TestProgram::run().
| SBuf literal("The quick brown fox jumped over the lazy dog") | ( | "The quick brown fox jumped over the lazy dog" | ) |
Referenced by TestSBufList::testSBufListJoin().
|
static |
Definition at line 29 of file testSBufList.cc.
Referenced by TestSBufList::testSBufListJoin(), and TestSBufList::testSBufListMembership().
|
static |
Definition at line 30 of file testSBufList.cc.
Referenced by TestSBufList::testSBufListJoin(), and TestSBufList::testSBufListMembership().