Package-level declarations

Functions

Link copied to clipboard

A11YOOP method for retrieving a composable with A11Y_TARGET for UI tests. If multiple components are marked, use uniqueIdentifier to distinguish between components.

Link copied to clipboard
fun Modifier.setA11yTarget(uniqueIdentifier: String = ""): Modifier

A11YOOP method for marking a composable with A11Y_TARGET for UI test retrieval. If multiple components are marked, use uniqueIdentifier to distinguish between components.

Properties

Link copied to clipboard
const val A11Y_TARGET: String

Constant used as a test tag in setA11yTarget for retrieval in UI tests.