Chapter 13 - Testing the Composable UI ArtListScreen
Nov 1, 2025 · 3 min read · @RunWith(AndroidJUnit4::class) class ArtListScreenTest { @get:Rule val composableRule = createComposeRule() //fake repository private val fakeRepo = object : ArtRepositoryInterface { override fun getArt(): Flow<List<Art>> = ...
Join discussion