Files
distributedhardware_distrib…/utils/test/unittest/dinput_context_test.h
T
xxxx 2f9585dfa7 Description:add context ut
Match-id-dd445a27737c9f7d2fd1d137eb62940d05de9d7c
2022-08-04 10:35:55 +08:00

35 lines
1.1 KiB
C++

/*
* Copyright (c) 2022 Huawei Device 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 DISRIBUTED_INPUT_CONTEXT_TEST_H
#define DISRIBUTED_INPUT_CONTEXT_TEST_H
#include <gtest/gtest.h>
namespace OHOS {
namespace DistributedHardware {
namespace DistributedInput {
class DInputContextTest : public testing::Test {
public:
static void SetUpTestCase();
static void TearDownTestCase();
virtual void SetUp() override;
virtual void TearDown() override;
};
} // namespace DistributedInput
} // namespace DistributedHardware
} // namespace OHOS
#endif // DISRIBUTED_INPUT_CONTEXT_TEST_H