-
assertDepthIsAtLeast
Asserts that the layout of this node has depth that is greater than or equal to expectedMinDepth.
-
assertDepthIsEqualTo
Asserts that the layout of this node has depth equal to expectedDepth.
-
assertDepthIsNotEqualTo
Asserts that the layout of this node has depth that is NOT equal to expectedDepth.
-
assertHeightIsAtLeast
Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight.
-
assertHeightIsEqualTo
Asserts that the layout of this node has height equal to expectedHeight.
-
assertHeightIsNotEqualTo
Asserts that the layout of this node has height that is NOT equal to expectedHeight.
-
assertLeftPositionInRootIsEqualTo
Asserts that the layout of this node has the left position in the root composable that is equal to the given position.
-
assertPositionInRootIsEqualTo
Asserts that the layout of this node has position in the root composable that is equal to the given position.
-
assertPositionIsEqualTo
Asserts that the layout of this node has position that is equal to the given position.
-
assertRotationInRootIsEqualTo
Asserts that the layout of this node has rotation in the root composable that is equal to the given rotation.
-
assertRotationIsEqualTo
Asserts that the layout of this node has rotation that is equal to the given rotation.
-
assertTopPositionInRootIsEqualTo
Asserts that the layout of this node has the top position in the root composable that is equal to the given position.
-
assertWidthIsAtLeast
Asserts that the layout of this node has width that is greater than or equal to expectedMinWidth.
-
assertWidthIsEqualTo
Asserts that the layout of this node has width equal to expectedWidth.
-
assertWidthIsNotEqualTo
Asserts that the layout of this node has width that is NOT equal to expectedWidth.
-
assertXPositionInRootIsEqualTo
Asserts that the layout of this node has the x position in the root composable that is equal to the given position.
-
assertXPositionIsEqualTo
Asserts that the layout of this node has the x position that is equal to the given position.
-
assertYPositionInRootIsEqualTo
Asserts that the layout of this node has the y position in the root composable that is equal to the given position.
-
assertYPositionIsEqualTo
Asserts that the layout of this node has the y position that is equal to the given position.
-
assertZPositionInRootIsEqualTo
Asserts that the layout of this node has the z position in the root composable that is equal to the given position.
-
assertZPositionIsEqualTo
Asserts that the layout of this node has the z position that is equal to the given position.
-
getPosition
Returns the position of the node relative to its parent layout node.
-
getPositionInRoot
Returns the position of the node relative to the root node.
-
getRotation
Returns the rotation of the node relative to its parent layout node.
-
getRotationInRoot
Returns the rotation of the node relative to the root node.
-
getSize
Returns the size of the node.
-
hasAnyAncestor
Verifies whether any ancestor in the path to the 3D semantics root satisfies the given matcher.
-
hasAnyChild
Verifies whether any immediate child of the 3D semantic node satisfies the given criteria.
-
hasAnyDescendant
Verifies whether any descendant of the 3D semantic node satisfies the given condition.
-
hasAnySibling
Verifies whether the 3D semantic node has any sibling satisfying the given condition.
-
hasContentDescription
Verifies the 3D semantic node's content description for accessibility services.
-
hasParent
Verifies the direct parent of a 3D semantic node.
-
hasTestTag
Verifies the 3D semantic node's test tag.
-
isRoot
Verifies that the node is the root of the 3D semantics hierarchy.
-
onAllSubspaceNodes
Finds all semantics nodes in the Subspace hierarchy that match the given condition.
-
onAllSubspaceNodesWithTag
Finds all semantics nodes in the Subspace hierarchy identified by the provided test tag.
-
onSubspaceNode
Finds a semantics node in the Subspace hierarchy that matches the given condition.
-
onSubspaceNodeWithTag
Finds a semantics node in the Subspace hierarchy identified by the provided test tag.
Last updated: