# Copyright © 2025 Huawei Technologies Co., Ltd. All Rights Reserved.
# This source file is part of the Cangjie project, licensed under Apache-2.0
# with Runtime Library Exception.
#
# See https://cangjie-lang.cn/pages/LICENSE for license information.

set(UNITTEST_MOCK_SRCS
    argument_matchers.cj
    expectations.cj
    invocation_matcher.cj
    selectors.cj
    captor.cj
    failure_report.cj
    location.cj
    cardinality.cj
    runtime_failure_report.cj
    framework.cj
    verification.cj
    configure.cj
    handlers.cj
    mock_session.cj
    verification_failure.cj
    create.cj
    imports.cj
    model.cj
    verify_api.cj
    internal_error.cj
    record.cj
    verify_ordered.cj
    exceptions.cj
    invocation_log.cj
    scenario.cj
    verify_unordered.cj
    unwrap.cj
    none_matcher.cj
    action_selectors.cj
    fields.cj
    func_info_utils.cj
    api_usage_error.cj
    CACHE INTERNAL "")
