summaryrefslogtreecommitdiffstats
path: root/veslibrary/ves_cpplibrary/src/test/XTransportSamples.h
diff options
context:
space:
mode:
Diffstat (limited to 'veslibrary/ves_cpplibrary/src/test/XTransportSamples.h')
-rwxr-xr-xveslibrary/ves_cpplibrary/src/test/XTransportSamples.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/veslibrary/ves_cpplibrary/src/test/XTransportSamples.h b/veslibrary/ves_cpplibrary/src/test/XTransportSamples.h
new file mode 100755
index 0000000..0ed261f
--- /dev/null
+++ b/veslibrary/ves_cpplibrary/src/test/XTransportSamples.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#include "XTransport.h"
+#include "XEventSamples.h"
+
+void testLibcurlTransport();
+void testRetryTransport();
+void testSwitchableTransport();
+void testMemBufferedTransport();
+void testDiskBufferedTransport();
+void testRpcClientTransport();
+void testRpcServerTransport();