spierce7
03/30/2021, 5:13 PMjim
03/30/2021, 5:20 PMIgor Demin
03/30/2021, 5:24 PMspierce7
03/30/2021, 6:26 PMtestImplementation(compose("org.jetbrains.compose.ui:ui-test-junit4"))
work?Igor Demin
03/30/2021, 6:27 PMColton Idle
03/30/2021, 9:54 PMIgor Demin
03/31/2021, 8:10 AMunit tests for UIIt depends on what is needed to be tested. If it is some custom component then UI testing would be very useful, because we test component as a whole (input events -> LayoutNode tree) If it is just usual screen with standard components, then probably the easier/right option would be to test only ViewState/ViewModel.