9 #ifndef __libutilxx__test_H__
10 #define __libutilxx__test_H__
15 int main(
int argc,
char **argv);
17 void testString(
void);
18 void testProcess(
void);
21 void testLockFile(
void);
22 void testInterface(
void);
23 void testSocket(
void);
24 void testIPAddress(
void);
25 void testIPAddressPort(
void);
26 void testIPPrefix(
void);
27 void testVariant(
void);
28 void testException(
void);
30 void testThreadPool(
void);
32 void testSocketPair(
void);
33 void testSocketTrigger(
void);
34 void testRadixTree(
void);
35 void testCedarTrie(
void);
36 void testMessagePack(
void);