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