-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Testing] Migration of Compatibility.Core platform-specific unit tests into device tests - 3 #28103
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
Merged
rmarinho
merged 31 commits into
dotnet:inflight/current
from
anandhan-rajagopal:enabled-UnitTest-To-DeviceTest-1
Mar 26, 2025
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d46967d
Added the CornerRadius and IsEnabled property for DeviceTest
nivetha-nagalingam effe652
IsEnabled property for Device tests
nivetha-nagalingam 42fa6a5
Addressed the feedbacks
nivetha-nagalingam 9186eea
Update BoxViewTests.cs
63658a6
modified code changes
acb082f
resolved windows build error
c684def
Update RadioButtonTests.Windows.cs
34937aa
Update CheckBoxTests.iOS.cs
fc50820
removed unwanted namespace
cc34dd7
Update CheckBoxTests.cs
2bb015b
Update SwipeViewTests.Android.cs
4fcd793
Update BoxViewTests.Android.cs
fff5fdf
Resolved build error in windows
b28dad9
Update RadioButtonTests.Windows.cs
705dc30
Added the CornerRadius and IsEnabled property for DeviceTest
nivetha-nagalingam bdf9b75
IsEnabled property for Device tests
nivetha-nagalingam ca9ef6b
Addressed the feedbacks
nivetha-nagalingam 9dba64f
Update BoxViewTests.cs
921448b
modified code changes
f8d13ad
resolved windows build error
4f6c584
Update RadioButtonTests.Windows.cs
1ee071a
Update CheckBoxTests.iOS.cs
6cb730a
removed unwanted namespace
1a30db7
Update CheckBoxTests.cs
d5ca4b1
Update SwipeViewTests.Android.cs
83f89b1
Resolved build error in windows
2d2f7c9
Update RadioButtonTests.Windows.cs
6539dbc
Update CheckBoxTests.Android.cs
f2f44aa
Resolved conflict errors
f816bb4
Merge branch 'enabled-UnitTest-To-DeviceTest-1' of https://github.com…
9ddf1bb
Update BoxViewTests.Android.cs
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this is a merge issue. Appears two times.
Could you fix the build errors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsuarezruiz, Resolved the build errors and committed the changes