Skip to content

Commit

Permalink
Feature: add assertIsIndeterminate to SemanticsMatcherExt.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Darocs authored and alex-tiurin committed Jul 24, 2024
1 parent 1bbbde6 commit 3b4dff8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ fun SemanticsMatcher.assertIsNotFocused() = UltronComposeSemanticsNodeInteractio
fun SemanticsMatcher.assertIsSelected() = UltronComposeSemanticsNodeInteraction(this).assertIsSelected()
fun SemanticsMatcher.assertIsNotSelected() = UltronComposeSemanticsNodeInteraction(this).assertIsNotSelected()
fun SemanticsMatcher.assertIsSelectable() = UltronComposeSemanticsNodeInteraction(this).assertIsSelectable()
fun SemanticsMatcher.assertIsIndeterminate() = UltronComposeSemanticsNodeInteraction(this).assertIsIndeterminate()
fun SemanticsMatcher.assertIsOn() = UltronComposeSemanticsNodeInteraction(this).assertIsOn()
fun SemanticsMatcher.assertIsOff() = UltronComposeSemanticsNodeInteraction(this).assertIsOff()
fun SemanticsMatcher.assertIsToggleable() = UltronComposeSemanticsNodeInteraction(this).assertIsToggleable()
Expand Down

0 comments on commit 3b4dff8

Please sign in to comment.