1 /* 2 * Copyright (c) 2022 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #ifndef COAUTH_TEST_H 17 #define COAUTH_TEST_H 18 19 #include "auth_executor.h" 20 #include "iexecutor_callback.h" 21 #include "executor_callback.h" 22 #include "coauth_proxy.h" 23 #include "auth_attributes.h" 24 #include "co_auth.h" 25 #include "auth_executor_registry.h" 26 #include "query_callback.h" 27 #include "coauth_hilog_wrapper.h" 28 29 void UseriamUtTest001(void); 30 void UseriamUtTest002(void); 31 void UseriamUtTest003(void); 32 void UseriamUtTest004(void); 33 void UseriamUtTest005(void); 34 void UseriamUtTest006(void); 35 void UseriamUtTest007(void); 36 void UseriamUtTest008(void); 37 void UseriamUtTest009(void); 38 void UseriamUtTest010(void); 39 void UseriamUtTest011(void); 40 void UseriamUtTest012(void); 41 void UseriamUtTest013(void); 42 void UseriamUtTest014(void); 43 void UseriamUtTest015(void); 44 void UseriamUtTest016(void); 45 void UseriamUtTest017(void); 46 void UseriamUtTest018(void); 47 48 #endif