Home
last modified time | relevance | path

Searched refs:assertIsAtLeast (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DBoundsAssertions.kt86 return withUnclippedBoundsInRoot { it.width.assertIsAtLeast(expectedMinWidth, "width") } in SemanticsNodeInteraction()
98 return withUnclippedBoundsInRoot { it.height.assertIsAtLeast(expectedMinHeight, "height") } in SemanticsNodeInteraction()
339 private fun Dp.assertIsAtLeast(expected: Dp, subject: String, tolerance: Dp = Dp(.5f)) { in assertIsAtLeast() method