Home
last modified time | relevance | path

Searched defs:runTestWithSnapshots (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/compose/
DSnapshot.kt31 fun TestScope.runTestWithSnapshots(block: suspend TestScope.() -> Unit) { in TestScope() method
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DObservableTransitionStateTest.kt228 private fun runTestWithSnapshots(testBody: suspend TestScope.() -> Unit) { in runTestWithSnapshots() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/viewmodel/
DResizeableItemFrameViewModelTest.kt553 private fun runTestWithSnapshots(testBody: suspend TestScope.() -> Unit) { in runTestWithSnapshots() method in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModelTest