mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Enhancement-Show Icon Labels When Long Pressed (#5492)
* Enhancement-Show Icon Labels when Long Pressed * Tests Added
This commit is contained in:
parent
a8545abff2
commit
8bafee3801
5 changed files with 67 additions and 1 deletions
|
|
@ -55,6 +55,11 @@ class CommonPlaceClickActionsUnitTest {
|
|||
Assert.assertNotNull(commonPlaceClickActions.onGalleryClicked())
|
||||
Assert.assertNotNull(commonPlaceClickActions.onOverflowClicked())
|
||||
Assert.assertNotNull(commonPlaceClickActions.onDirectionsClicked())
|
||||
Assert.assertNotNull(commonPlaceClickActions.onCameraLongPressed())
|
||||
Assert.assertNotNull(commonPlaceClickActions.onGalleryLongPressed())
|
||||
Assert.assertNotNull(commonPlaceClickActions.onBookmarkLongPressed())
|
||||
Assert.assertNotNull(commonPlaceClickActions.onDirectionsLongPressed())
|
||||
Assert.assertNotNull(commonPlaceClickActions.onOverflowLongPressed())
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
@ -99,4 +104,4 @@ class CommonPlaceClickActionsUnitTest {
|
|||
method.invoke(commonPlaceClickActions)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue