-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Createa Mock for PciRootBridgeIoProtocol, MockPciPlatformProtocol & add mock function under MockUefiBootServiceTableLib #1213
Open
v-boscochen
wants to merge
6
commits into
microsoft:dev/202405
Choose a base branch
from
v-boscochen:usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
base: dev/202405
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+378
−2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
impact:non-functional
Does not have a functional impact
type:backport
Backport changes in a dev branch PR to its release branch.
labels
Nov 8, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/202405 #1213 +/- ##
==============================================
- Coverage 1.60% 1.60% -0.01%
==============================================
Files 1377 1377
Lines 359246 359246
Branches 5524 5524
==============================================
- Hits 5760 5759 -1
- Misses 353379 353380 +1
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@microsoft-github-policy-service agree company="Microsoft" |
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
from
November 11, 2024 03:31
0384dbd
to
dfa8b62
Compare
v-boscochen
changed the title
Task2133227: Createa Mock for PciRootBridgeIoProtocol & and mock function under MockUefiBootServiceTableLib
Createa Mock for PciRootBridgeIoProtocol & add mock function under MockUefiBootServiceTableLib
Nov 11, 2024
os-d
reviewed
Nov 11, 2024
...g/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
Outdated
Show resolved
Hide resolved
...g/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
Outdated
Show resolved
Hide resolved
MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiBootServicesTableLib.h
Outdated
Show resolved
Hide resolved
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
2 times, most recently
from
November 19, 2024 08:16
dafaf18
to
038c4c4
Compare
v-boscochen
changed the title
Createa Mock for PciRootBridgeIoProtocol & add mock function under MockUefiBootServiceTableLib
Createa Mock for PciRootBridgeIoProtocol, MockPciPlatformProtocol & add mock function under MockUefiBootServiceTableLib
Nov 19, 2024
apop5
reviewed
Nov 19, 2024
MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockPciRootBridgeIoProtocol.h
Show resolved
Hide resolved
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
from
November 21, 2024 05:42
15f9d44
to
31dca79
Compare
…ib/MockUefiBootServicesTableLib.cpp Co-authored-by: Oliver Smith-Denny <[email protected]> Signed-off-by: v-boscochen <[email protected]>
…ib/MockUefiBootServicesTableLib.cpp Co-authored-by: Oliver Smith-Denny <[email protected]> Signed-off-by: v-boscochen <[email protected]>
…esTableLib.h Co-authored-by: Oliver Smith-Denny <[email protected]> Signed-off-by: v-boscochen <[email protected]>
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
from
November 22, 2024 02:20
397611e
to
06c8625
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
impact:non-functional
Does not have a functional impact
type:backport
Backport changes in a dev branch PR to its release branch.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add mock functions under MockUefiBootServiceTableLib , and Create Mock for PciRootBridgeIoProtocol
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
Unit tests component can call these mock functions success
Integration Instructions
N/A