Gagandeep Singh
Results
1
comments of
Gagandeep Singh
This Worked for me fun rallyTopAppBarTest_tabSelectionChangesSelectedScreen() { val allScreens = RallyScreen.values().toList() var currentScreen by mutableStateOf(RallyScreen.Overview) composeTestRule.setContent { RallyTopAppBar( allScreens = allScreens, onTabSelected = { currentScreen = it }, currentScreen =...