A
B
C
D
E
G
H
I
K
N
O
P
R
S
T
V
A
- addSemanticsMatcher(SemanticsMatcher) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node matches exactly to the given custom matcher.
- assert(SemanticsMatcher,Function0) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the provided matcher is satisfied for this node.
- ASSERT - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- assert(SemanticsMatcher,Function0) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the provided matcher is satisfied for this node.
- assert(SemanticsMatcher,Function0) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the provided matcher is satisfied for this node.
- assert(SemanticsMatcher,Function0) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the provided matcher is satisfied for this node.
- ASSERT_CONTENT_DESCRIPTION_CONTAINS - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_CONTENT_DESCRIPTION_EQUALS - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_DOES_NOT_EXIST - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_EXISTS - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_HAS_CLICK_ACTION - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_HAS_NO_CLICK_ACTION - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_RANGE_INFO_EQUALS - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_TEXT_CONTAINS - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_TEXT_EQUALS - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- ASSERT_VALUE_EQUALS - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- assertContentDescriptionContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the node's content description contains the given value.
- assertContentDescriptionContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the node's content description contains the given value.
- assertContentDescriptionContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the node's content description contains the given value.
- assertContentDescriptionContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the node's content description contains the given value.
- assertContentDescriptionEquals(String) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the node's content description contains exactly the given values and nothing else.
- assertContentDescriptionEquals(String) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the node's content description contains exactly the given values and nothing else.
- assertContentDescriptionEquals(String) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the node's content description contains exactly the given values and nothing else.
- assertContentDescriptionEquals(String) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the node's content description contains exactly the given values and nothing else.
- assertDoesNotExist() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that no item was found or that the item is no longer in the hierarchy.
- assertDoesNotExist() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that no item was found or that the item is no longer in the hierarchy.
- assertDoesNotExist() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that no item was found or that the item is no longer in the hierarchy.
- assertDoesNotExist() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that no item was found or that the item is no longer in the hierarchy.
- assertExists(String) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the component was found and is part of the component tree.
- assertExists(String) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the component was found and is part of the component tree.
- assertExists(String) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the component was found and is part of the component tree.
- assertExists(String) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the component was found and is part of the component tree.
- assertHasClickAction() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node has a click action.
- assertHasClickAction() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node has a click action.
- assertHasClickAction() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node has a click action.
- assertHasClickAction() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node has a click action.
- assertHasNoClickAction() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node has doesn't have a click action.
- assertHasNoClickAction() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node has doesn't have a click action.
- assertHasNoClickAction() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node has doesn't have a click action.
- assertHasNoClickAction() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node has doesn't have a click action.
- assertIsDisplayed() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- assertIsDisplayed() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- assertIsDisplayed() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- assertIsDisplayed() - function in io.github.kakaocup.compose.node.assertion.KNode
- assertIsEnabled() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is enabled.
- assertIsEnabled() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is enabled.
- assertIsEnabled() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is enabled.
- assertIsEnabled() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is enabled.
- assertIsFocused() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node has a focus.
- assertIsFocused() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node has a focus.
- assertIsFocused() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node has a focus.
- assertIsFocused() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node has a focus.
- assertIsNotDisplayed() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is not displayed on screen.
- assertIsNotDisplayed() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is not displayed on screen.
- assertIsNotDisplayed() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is not displayed on screen.
- assertIsNotDisplayed() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is not displayed on screen.
- assertIsNotEnabled() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is not enabled.
- assertIsNotEnabled() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is not enabled.
- assertIsNotEnabled() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is not enabled.
- assertIsNotEnabled() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is not enabled.
- assertIsNotFocused() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node does not have a focus.
- assertIsNotFocused() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node does not have a focus.
- assertIsNotFocused() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node does not have a focus.
- assertIsNotFocused() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node does not have a focus.
- assertIsNotSelected() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is not selected.
- assertIsNotSelected() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is not selected.
- assertIsNotSelected() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is not selected.
- assertIsNotSelected() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is not selected.
- assertIsOff() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is unchecked.
- assertIsOff() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is unchecked.
- assertIsOff() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is unchecked.
- assertIsOff() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is unchecked.
- assertIsOn() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is checked.
- assertIsOn() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is checked.
- assertIsOn() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is checked.
- assertIsOn() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is checked.
- assertIsSelectable() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is selectable.
- assertIsSelectable() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is selectable.
- assertIsSelectable() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is selectable.
- assertIsSelectable() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is selectable.
- assertIsSelected() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is selected.
- assertIsSelected() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is selected.
- assertIsSelected() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is selected.
- assertIsSelected() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is selected.
- assertIsToggleable() - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the current semantics node is toggleable.
- assertIsToggleable() - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the current semantics node is toggleable.
- assertIsToggleable() - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the current semantics node is toggleable.
- assertIsToggleable() - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the current semantics node is toggleable.
- assertRangeInfoEquals(ProgressBarRangeInfo) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts the node's range info equals the given value.
- assertRangeInfoEquals(ProgressBarRangeInfo) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts the node's range info equals the given value.
- assertRangeInfoEquals(ProgressBarRangeInfo) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts the node's range info equals the given value.
- assertRangeInfoEquals(ProgressBarRangeInfo) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts the node's range info equals the given value.
- assertTextContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the node's text contains the given value.
- assertTextContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the node's text contains the given value.
- assertTextContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the node's text contains the given value.
- assertTextContains(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the node's text contains the given value.
- assertTextEquals(String,Boolean) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts that the node's text contains exactly the given values and nothing else.
- assertTextEquals(String,Boolean) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts that the node's text contains exactly the given values and nothing else.
- assertTextEquals(String,Boolean) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts that the node's text contains exactly the given values and nothing else.
- assertTextEquals(String,Boolean) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts that the node's text contains exactly the given values and nothing else.
- assertValueEquals(String) - function in io.github.kakaocup.compose.node.assertion.NodeAssertions
- Asserts the node's value equals the given value.
- assertValueEquals(String) - function in io.github.kakaocup.compose.node.assertion.BaseNode
- Asserts the node's value equals the given value.
- assertValueEquals(String) - function in io.github.kakaocup.compose.node.assertion.ComposeScreen
- Asserts the node's value equals the given value.
- assertValueEquals(String) - function in io.github.kakaocup.compose.node.assertion.KNode
- Asserts the node's value equals the given value.