testSBufList.cc File Reference
#include "squid.h"
#include "compat/cppunit.h"
#include "sbuf/Algorithms.h"
#include "sbuf/List.h"
#include "unitTestMain.h"
Include dependency graph for testSBufList.cc:

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 []
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( TestSBufList  )

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 66 of file testSBufList.cc.

References TestProgram::run().

Variable Documentation

◆ literal

SBuf literal("The quick brown fox jumped over the lazy dog") ( "The quick brown fox jumped over the lazy dog"  )

◆ sbuf_tokens_number

int sbuf_tokens_number =9
static

◆ tokens

SBuf tokens[]
static
Initial value:
= {
SBuf("The",3), SBuf("quick",5), SBuf("brown",5), SBuf("fox",3),
SBuf("jumped",6), SBuf("over",4), SBuf("the",3), SBuf("lazy",4),
SBuf("dog",3)
}
Definition: SBuf.h:94

Definition at line 30 of file testSBufList.cc.

Referenced by TestSBufList::testSBufListJoin(), and TestSBufList::testSBufListMembership().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors