Skip to content

Fixed unit tests for "AccessibleObject.FragmentNavigate" method in ListViewItem-related classes#8037

Merged
RussKie merged 2 commits intodotnet:mainfrom
v-elnovikova:Issue_6094_Adding_Tests_For_ListViewItem
Oct 27, 2022
Merged

Fixed unit tests for "AccessibleObject.FragmentNavigate" method in ListViewItem-related classes#8037
RussKie merged 2 commits intodotnet:mainfrom
v-elnovikova:Issue_6094_Adding_Tests_For_ListViewItem

Conversation

@v-elnovikova
Copy link
Contributor

@v-elnovikova v-elnovikova commented Oct 26, 2022

Fixes #6094

Proposed changes

  • Fixed tests for ListView in virtual mode
  • Added comments on related test cases code location

Test environment(s)

  • .NET 7.0.0-rc.2.22472.3
  • Windows 11
Microsoft Reviewers: Open in CodeFlow

@v-elnovikova v-elnovikova requested a review from a team as a code owner October 26, 2022 12:43
@ghost ghost assigned v-elnovikova Oct 26, 2022
@v-elnovikova v-elnovikova added the waiting-review This item is waiting on review by one or more members of team label Oct 26, 2022
{
// View.Tile is not supported by ListView in virtual mode
if (view == View.Tile)
if (view == View.Tile && virtualMode)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@RussKie RussKie merged commit 42be86b into dotnet:main Oct 27, 2022
@RussKie RussKie removed the waiting-review This item is waiting on review by one or more members of team label Oct 27, 2022
@ghost ghost added this to the 8.0 Preview1 milestone Oct 27, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 26, 2022
@v-elnovikova v-elnovikova deleted the Issue_6094_Adding_Tests_For_ListViewItem branch May 25, 2023 08:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing unit tests for "AccessibleObject.FragmentNavigate" method

2 participants