Home
last modified time | relevance | path

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

/compose/ui/ui-text/benchmark/src/main/java/androidx/compose/ui/text/benchmark/
DTextBenchmarkTestRule.kt34 private val textGeneratorTestRule = RandomTextGeneratorTestRule(alphabet) constant
39 .around(textGeneratorTestRule) in apply()
44 return textGeneratorTestRule.generator(block) in generator()