summaryrefslogtreecommitdiff
path: root/gtest/CheckHosClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/CheckHosClient.h')
-rw-r--r--gtest/CheckHosClient.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gtest/CheckHosClient.h b/gtest/CheckHosClient.h
new file mode 100644
index 00000000..8894f987
--- /dev/null
+++ b/gtest/CheckHosClient.h
@@ -0,0 +1,14 @@
+#ifndef __CHECKHOS_CLIENT_H__
+#define __CHECKHOS_CLIENT_H__
+
+#include <aws/external/gtest.h>
+#include "../src/hos_client.h"
+#include "../src/hos_common.h"
+
+void CheckStructHosConfigT(hos_config_t *actual, hos_config_t *expect);
+void CheckStructHosFunc(hos_func_thread_t *actual, hos_func_thread_t *expect);
+void CheckStructGHosHandle(hos_client_handle_t *actual, hos_client_handle_t *expect);
+void CheckStructGHosFdContext(hos_fd_context_t *actual, hos_fd_context_t *expect);
+void CheckHosInstance(hos_instance actual, hos_instance expect);
+
+#endif \ No newline at end of file