00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef __libutilxx__test_H__
00010 #define __libutilxx__test_H__
00011
00012 #include "common.h"
00013
00014
00015 int main(int argc, char **argv);
00016 void testLog(void);
00017 void testString(void);
00018 void testProcess(void);
00019 void testFile(void);
00020 void testLockFile(void);
00021 void testInterface(void);
00022 void testSocket(void);
00023 void testIPAddress(void);
00024 void testIPAddressPort(void);
00025 void testIPPrefix(void);
00026 void testVariant(void);
00027 void testException(void);
00028 void testDNS(void);
00029 void testThreadPool(void);
00030 void testPipe(void);
00031 void testSocketPair(void);
00032 void testSocketTrigger(void);
00033
00034 #endif
00035
00036
00037
00038