}
#endif /* SQUID_INCLUDE_UNITTESTMAIN_H */
+
#include "testCharacterSet.h"
#include "unitTestMain.h"
-
#include <string>
CPPUNIT_TEST_SUITE_REGISTRATION( testCharacterSet );
#include "testIcmp.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testIcmp );
#if USE_ICMP
#include "testAddress.h"
#include "unitTestMain.h"
-
#include <cstring>
#include <stdexcept>
#include <string>
#include "testTokenizer.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testTokenizer );
SBuf text("GET http://resource.com/path HTTP/1.1\r\n"
#include "testConfigParser.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testConfigParser);
/* let this test link sanely */
#include "testStoreSupport.h"
#include "unitTestMain.h"
-
#include <stdexcept>
CPPUNIT_TEST_SUITE_REGISTRATION( testDiskIO );
#include "testEvent.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testEvent );
/* init legacy static-initialized modules */
#include "testEventLoop.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testEventLoop );
/* init legacy static-initialized modules */
#include "testHttp1Parser.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testHttp1Parser );
void
#include "testHttpReply.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testHttpReply );
class SquidConfig Config;
#include "testHttpRequest.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testHttpRequest );
/** wrapper for testing HttpRequest object private and protected functions */
#include "testStoreSupport.h"
#include "unitTestMain.h"
-
#include <stdexcept>
#if HAVE_SYS_STAT_H
#include <sys/stat.h>
#include "testSBuf.h"
#include "unitTestMain.h"
-
#include <iostream>
#include <stdexcept>
#include "testSBufList.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testSBufList );
SBuf literal("The quick brown fox jumped over the lazy dog");
#include "testStatHist.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION(testStatHist);
typedef enum {
#include "testStore.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testStore );
int
#include "testString.h"
#include "unitTestMain.h"
-
CPPUNIT_TEST_SUITE_REGISTRATION( testString );
/* let this test link sanely */
#include <cppunit/TestAssert.h>
#include "testURL.h"
-#include "URL.h"
#include "unitTestMain.h"
-
+#include "URL.h"
#include <sstream>
#include "testUfs.h"
#include "unitTestMain.h"
-
#include <stdexcept>
#define TESTDIR "testUfs_Store"