blob: 0900cbc180dca795cb5ceee944f6dcb57d1d6eb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/** @file MockReportStatusCodeLib.cpp
Google Test mocks for ReportStatusCodeLib
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <GoogleTest/Library/MockReportStatusCodeLib.h>
MOCK_INTERFACE_DEFINITION (MockReportStatusCodeLib);
MOCK_FUNCTION_DEFINITION (MockReportStatusCodeLib, ReportProgressCodeEnabled, 0, EFIAPI);
|