1/*
2 * Copyright (c) 2022 Huawei Device Co., Ltd.
3 * SPDX-License-Identifier: GPL-2.0
4 *
5 * Unless required by applicable law or agreed to in writing, software
6 * distributed under the License is distributed on an "AS IS" BASIS,
7 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8 * See the License for the specific language governing permissions and
9 * limitations under the License.
10 */
11#ifndef ACCESSTOKENID_TEST_H
12#define ACCESSTOKENID_TEST_H
13
14#include <gtest/gtest.h>
15
16class AccesstokenidTest : public testing::Test {
17public:
18    static void SetUpTestCase();
19    static void TearDownTestCase();
20    void SetUp();
21    void TearDown();
22};
23#endif // ACCESSTOKENID_TEST_H