We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a13f4 commit 994b7b2Copy full SHA for 994b7b2
sentry-compose/src/androidUnitTest/kotlin/androidx/compose/foundation/GestureModifierStubs.kt
@@ -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