Skip to content

Commit 994b7b2

Browse files
committed
Add tests
1 parent 18a13f4 commit 994b7b2

File tree

2 files changed

+530
-0
lines changed

2 files changed

+530
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package androidx.compose.foundation
2+
3+
import androidx.compose.ui.Modifier
4+
5+
/**
6+
* Stub classes used by [io.sentry.compose.gestures.ComposeGestureTargetLocatorTest] so that
7+
* Mockito mocks of these classes return the correct [Class.getName] values at runtime.
8+
*/
9+
internal open class ClickableElement : Modifier.Element
10+
11+
internal open class CombinedClickableElement : Modifier.Element
12+
13+
internal open class ScrollingLayoutElement : Modifier.Element
14+
15+
internal open class ScrollingContainerElement : Modifier.Element

0 commit comments

Comments
 (0)