Home
last modified time | relevance | path

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

/frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/
DRewriteRuleTest.kt29 .rewritesType("A/B") in noRegEx_shouldRewrite()
36 .rewritesType("A/B_B") in noRegEx_underscore_shouldRewrite()
43 .rewritesType("A/B/C/D") in groupRegEx_shouldRewrite()
50 .rewritesType("A/B/C\$D") in groupRegEx__innerClass_shouldRewrite()
57 .rewritesType("A/B\$D") in fieldRule_innerClass_groupRegEx_shouldRewrite()
64 .rewritesType("A/B") in typeRewrite_ignore()
71 .rewritesType("A/B") in typeRewrite_ignoreInPreprocessor()
81 fun rewritesType(inputType: String) = RuleTesterFinalTypeStep(from, to, inputType) in testThatRule() method