Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 31) sorted by relevance

12

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DUncaughtExceptionHandler.kt46 private var exception: Throwable? = null variable in androidx.compose.ui.test.UncaughtExceptionHandler
76 val exception = exception in throwUncaught() constant
/compose/runtime/runtime/src/nonEmulatorJvmTest/kotlin/androidx/compose/runtime/snapshots/
DSnapshotTestsJvm.kt38 val exception = AtomicReference<Throwable?>(null) in testMultiThreadedReadingAndWritingOfGlobalScope() constant
85 var exception: Throwable? = null in listWriteRace() variable
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/
DSessionMutexTest.kt147 val exception = assertFails { in <lambda>() constant
159 val exception = assertFails { in <lambda>() constant
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/autofill/
DAutofillNodeTest.kt90 val exception = in requestAutofillForNode_beforeComposableIsPositioned_throwsError() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DModifierNodeCoroutineScopeTest.kt43 var exception: CancellationException? = null in detach_doesNotCaptureStackTrace() variable
/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/
DPreviewUtils.android.kt142 private var exception: Throwable? = null variable in androidx.compose.ui.tooling.ThreadSafeException
DComposeViewAdapter.android.kt463 var exception: Throwable = t in toString() variable
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/gestures/snapping/
DSnapFlingBehaviorTest.kt195 val exception = in <lambda>() constant
215 val exception = in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DMeasuringPlacingTwiceIsNotAllowedTest.kt114 var exception: Exception? = null in <lambda>() variable
DMeasureOnlyTest.kt268 var exception: IllegalStateException? = null in <lambda>() variable
287 var exception: IllegalStateException? = null in <lambda>() variable
DIntrinsicsMeasurementTest.kt520 var exception: IllegalStateException? = null in <lambda>() variable
558 var exception: IllegalStateException? = null in <lambda>() variable
/compose/ui/ui-text-google-fonts/src/androidTest/java/androidx/compose/ui/text/googlefonts/
DGoogleFontTest.kt224 var exception: IllegalStateException? = null in GoogleFont_TypefaceLoader_throwsOnError() variable
249 var exception: IllegalStateException? = null in GoogleFont_TypefaceLoader_throwsOnError_withFullListUrl() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/
DAndroidViewCompatTest.kt600 .check { view, exception -> in <lambda>() method
612 .check { view, exception -> in <lambda>() method
646 Espresso.onView(withClassName(endsWith("AndroidViewsHandler"))).check { view, exception -> in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DAndroidViewTest.kt277 exception -> in <lambda>() method
306 .check { view, exception -> in <lambda>() method
396 .check { view, exception -> in <lambda>() method
411 Espresso.onView(equalTo(frameLayout)).check(matches(isDisplayed())).check { view, exception in <lambda>() method
448 .check { view, exception -> in <lambda>() method
457 .check { view, exception -> in <lambda>() method
DComposeViewTest.kt800 var exception: Throwable? = null in assertUnsupported() variable
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/gesture/scrollorientationlocking/
DPolyFitLeastSquaresTest.kt245 var exception: Throwable? = null in <lambda>() variable
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DBottomSheetScaffoldTest.kt273 val exception = kotlin.runCatching { bottomSheetState.hide() }.exceptionOrNull() in <lambda>() constant
DModalBottomSheetTest.kt941 val exception = in <lambda>() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/anchoredDraggable/
DAnchoredDraggableStateTest.kt449 var exception: Throwable? = null in <lambda>() variable
490 var exception: Throwable? = null in <lambda>() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DTestUtils.kt77 var exception: Throwable? = null in PointerInputEvent() variable
/compose/runtime/runtime/src/nonEmulatorJvmTest/kotlin/androidx/compose/runtime/tooling/
DErrorTraceTests.kt492 var exception: TestComposeException? = null in assertTrace() variable
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/anchoredDraggable/
DAnchoredDraggableStateTest.kt457 var exception: Throwable? = null in <lambda>() variable
498 var exception: Throwable? = null in <lambda>() variable
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/list/
DLazyListBeyondBoundsTest.kt209 var exception: Result<View>? = null in <lambda>() variable
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/anchoredDraggable/
DAnchoredDraggableStateTest.kt517 var exception: Throwable? = null in <lambda>() variable
555 var exception: Throwable? = null in <lambda>() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/draw/
DDrawReorderingTest.kt240 var exception: Throwable? = null in <lambda>() variable

12