https://kotlinlang.org logo
#compose
Title
# compose
o

Oussama Haff.

10/28/2020, 12:19 PM
Hello 👋 A question about Testing Compose When testing a
LazyColumn
with lots of items, the assertion of
onChildren().assertCountEquals()
counts only the displayed nodes. How can I test that the composable will actually show all
items
passed to the
LazyColumn
?
z

Zhelyazko Atanasov

02/03/2022, 11:45 AM
Hey, did you find an answer to your question? I'm also facing the same issue
2 Views