-
Notifications
You must be signed in to change notification settings - Fork 132
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
Merged
apop5
merged 8 commits into
microsoft:dev/202405
from
v-boscochen:usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
Dec 18, 2024
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%
===========================================
Files 1377 1377
Lines 359246 359246
Branches 5524 5524
===========================================
Hits 5760 5760
Misses 353379 353379
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. |
@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
Outdated
Show resolved
Hide resolved
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
2 times, most recently
from
November 22, 2024 02:20
397611e
to
06c8625
Compare
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
2 times, most recently
from
December 6, 2024 05:00
3c4cb19
to
6c31485
Compare
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
from
December 11, 2024 09:49
83e40f1
to
0102403
Compare
VivianNK
approved these changes
Dec 11, 2024
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
from
December 12, 2024 01:44
0102403
to
f7fa5a1
Compare
apop5
approved these changes
Dec 13, 2024
v-boscochen
force-pushed
the
usrs/Bosco/Task2133227_gmock_for_PciRootBridgeIoProtocol&MockUefiBootServiceTableLib
branch
from
December 16, 2024 05:05
f7fa5a1
to
78b4f27
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
December 18, 2024 04:01
b47e732
to
ec709b0
Compare
…otBridgeIoProtocol&MockUefiBootServiceTableLib
ProjectMuBot
pushed a commit
that referenced
this pull request
Dec 18, 2024
…dd mock function under MockUefiBootServiceTableLib (#1213)
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