From a8a5f55faa8880eff38874ca42d8178ba42e9aa7 Mon Sep 17 00:00:00 2001 From: Inkyun Kil Date: Thu, 17 Sep 2020 14:35:33 +0900 Subject: Add unittests Change-Id: Ief777950601eabd39772242efeb225217d9d4ebf Signed-off-by: Inkyun Kil --- unittests/mock/module_mock.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 unittests/mock/module_mock.h (limited to 'unittests/mock/module_mock.h') 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 -- cgit v1.2.3