summaryrefslogtreecommitdiff
path: root/unittests/mock/module_mock.h
diff options
context:
space:
mode:
authorInkyun Kil <inkyun.kil@samsung.com>2020-09-17 14:35:33 +0900
committerInkyun Kil <inkyun.kil@samsung.com>2020-09-18 16:39:51 +0900
commita8a5f55faa8880eff38874ca42d8178ba42e9aa7 (patch)
tree5a297380b4d4c6f570cb0c75707d7076690643e6 /unittests/mock/module_mock.h
parentd30ac35e9d358c474f814b786ee6419c986a3d68 (diff)
downloadminicontrol-a8a5f55faa8880eff38874ca42d8178ba42e9aa7.tar.gz
minicontrol-a8a5f55faa8880eff38874ca42d8178ba42e9aa7.tar.bz2
minicontrol-a8a5f55faa8880eff38874ca42d8178ba42e9aa7.zip
Add unittests
Change-Id: Ief777950601eabd39772242efeb225217d9d4ebf Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Diffstat (limited to 'unittests/mock/module_mock.h')
-rw-r--r--unittests/mock/module_mock.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/unittests/mock/module_mock.h b/unittests/mock/module_mock.h
new file mode 100644
index 0000000..d9dd808
--- /dev/null
+++ b/unittests/mock/module_mock.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef MOCK_MODULE_MOCK_H_
+#define MOCK_MODULE_MOCK_H_
+
+class ModuleMock {
+ public:
+ virtual ~ModuleMock() {}
+};
+
+#endif // MOCK_MODULE_MOCK_H_ \ No newline at end of file