Home
last modified time | relevance | path

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

/xr/compose/compose/src/test/kotlin/androidx/xr/compose/platform/
DSpatialCapabilitiesTest.kt43 composeTestRule.onNodeWithText("${false}").assertExists() in isSpatialUiEnabled_xrNotEnabled_returnsFalse()
54 composeTestRule.onNodeWithText("${false}").assertExists() in isContent3dEnabled_xrNotEnabled_returnsFalse()
65 composeTestRule.onNodeWithText("${false}").assertExists() in isAppEnvironmentEnabled_xrNotEnabled_returnsFalse()
76 composeTestRule.onNodeWithText("${false}").assertExists() in isPassthroughControlEnabled_xrNotEnabled_returnsFalse()
87 composeTestRule.onNodeWithText("${false}").assertExists() in isSpatialAudioEnabled_xrNotEnabled_returnsFalse()
96 composeTestRule.onNodeWithText("${true}").assertExists() in isSpatialUiEnabled_fullSpaceMode_returnsTrue()
105 composeTestRule.onNodeWithText("${true}").assertExists() in isContent3dEnabled_fullSpaceMode_returnsTrue()
114 composeTestRule.onNodeWithText("${true}").assertExists() in isAppEnvironmentEnabled_fullSpaceMode_returnsTrue()
125 composeTestRule.onNodeWithText("${true}").assertExists() in isPassthroughControlEnabled_fullSpaceMode_returnsTrue()
134 composeTestRule.onNodeWithText("${true}").assertExists() in isSpatialAudioEnabled_fullSpaceMode_returnsTrue()
[all …]
DSpatialConfigurationTest.kt48 composeTestRule.onNodeWithText("${false}").assertExists() in hasXrSpatialFeature_nonXr_isFalse()
88 composeTestRule.onNodeWithText("Full").assertExists() in requestModeChange_changesBounds()
90 composeTestRule.onNodeWithText("Home").assertExists() in requestModeChange_changesBounds()
92 composeTestRule.onNodeWithText("Full").assertExists() in requestModeChange_changesBounds()
101 composeTestRule.onNodeWithText("${true}").assertExists() in hasXrSpatialFeature_fullSpaceMode_returnsTrue()
112 composeTestRule.onNodeWithText("${true}").assertExists() in hasXrSpatialFeature_homeSpaceMode_returnsTrue()
/xr/compose/compose/src/test/kotlin/androidx/xr/compose/spatial/
DSpatialElevationTest.kt57 composeTestRule.onNodeWithTag("MainContent").assertExists() in spatialElevation_mainContent_isComposed()
64 composeTestRule.onNodeWithText("Popup").assertExists() in spatialElevation_popup_doesNotThrowError()
73 composeTestRule.onNodeWithText("Popup").assertExists() in spatialElevation_xrNotSupported_doesNotThrowError()
98 composeTestRule.onNodeWithText("Main Content").assertExists() in spatialElevation_fullSpaceMode_doesElevate()
DSubspaceTest.kt525 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in subspace_isDisposed()
549 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in applicationSubspace_unbounded_isDisposed()
579 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in applicationSubspace_customBounded_isDisposed()
597 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in applicationSubspace_fovBounded_isDisposed()
615 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in subspace_onlyOneSceneExists_afterSpaceModeChanges()
621 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in subspace_onlyOneSceneExists_afterSpaceModeChanges()
640 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in applicationSubspace_unbounded_onlyOneSceneExists_afterSpaceModeChanges()
646 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in applicationSubspace_unbounded_onlyOneSceneExists_afterSpaceModeChanges()
671 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in applicationSubspace_customBounded_onlyOneSceneExists_afterSpaceModeChanges()
677 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in applicationSubspace_customBounded_onlyOneSceneExists_afterSpaceModeChanges()
[all …]
DOrbiterTest.kt55 composeTestRule.onNodeWithText("Main Content").assertExists() in orbiter_contentIsElevated()
182 composeTestRule.onNodeWithText("Main Content").assertExists() in orbiter_orbiterRendered()
183 composeTestRule.onNodeWithText("Orbiter Content").assertExists() in orbiter_orbiterRendered()
202 composeTestRule.onNodeWithText("Top Orbiter Content").assertExists() in orbiter_orbiterCanBeRemoved()
/xr/compose/compose/src/test/kotlin/androidx/xr/compose/subspace/
DSpatialPanelTest.kt83 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in spatialPanel_internalElementsAreLaidOutProperly()
108 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in spatialPanel_textTooLong_panelDoesNotGrowBeyondSpecifiedWidth()
126 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in spatialPanel_viewBasedPanelComposes()
138 composeTestRule.onSubspaceNodeWithTag("panel").assertExists() in mainPanel_renders()
139 composeTestRule.onNodeWithText(text).assertExists() in mainPanel_renders()
/xr/compose/compose-testing/src/main/kotlin/androidx/xr/compose/testing/
DSubspaceSemanticsNodeInteraction.kt102 public fun assertExists(errorMessageOnFail: String? = null): SubspaceSemanticsNodeInteraction { in assertExists() method in androidx.xr.compose.testing.SubspaceSemanticsNodeInteraction
/xr/compose/compose-testing/api/
Drestricted_current.txt57 …e public androidx.xr.compose.testing.SubspaceSemanticsNodeInteraction assertExists(optional String…