Searched defs:CompositionTestScope (Results 1 – 4 of 4) sorted by relevance
122 interface CompositionTestScope : CoroutineScope { interface163 fun CompositionTestScope.validate(block: MockViewValidator.() -> Unit) = in compose() method167 fun CompositionTestScope.revalidate() = validate(validator ?: error("validate was not called")) in revalidate() method170 fun CompositionTestScope.expectChanges() { in revalidate() method176 fun CompositionTestScope.expectNoChanges() { in expectNoChanges() method
234 private fun CompositionTestScope.composeTrace(content: @Composable () -> Unit): TraceResult { in newMarker() method244 private fun CompositionTestScope.retrace(): TraceResult { in retrace() method255 private fun CompositionTestScope.retraceConsistentWith( in CompositionTestScope() method264 private fun CompositionTestScope.expectUniqueHashCodes(content: @Composable () -> Unit) = in CompositionTestScope() method267 private fun CompositionTestScope.expectHashCodes( in CompositionTestScope() method
378 private fun CompositionTestScope.slotExpect( in CompositionTestScope() method
891 private fun CompositionTestScope.findTextWith(contains: String) = root.findTextWith(contains) in findTextWith() method