Home
last modified time | relevance | path

Searched refs:finalErrorMessage (Results 1 – 1 of 1) sorted by relevance

/xr/compose/compose-testing/src/main/kotlin/androidx/xr/compose/testing/
DSubspaceSemanticsNodeInteraction.kt109 val finalErrorMessage = errorMessageOnFail ?: "Failed: assertExists." in fetchOneOrThrow() constant
114 errorMessageOnFail = finalErrorMessage in fetchOneOrThrow()
118 throw AssertionError(finalErrorMessage + "\n" + result.customErrorOnNoMatch) in fetchOneOrThrow()
121 throw AssertionError(finalErrorMessage) in fetchOneOrThrow()