Searched refs:testThatRule (Results 1 – 1 of 1) sorted by relevance
28 .testThatRule("A/B", "A/C") in noRegEx_shouldRewrite()35 .testThatRule("A/B_B", "A/C") in noRegEx_underscore_shouldRewrite()42 .testThatRule("A/B/(.*)", "A/{0}") in groupRegEx_shouldRewrite()49 .testThatRule("A/B/(.*)", "A/{0}") in groupRegEx__innerClass_shouldRewrite()56 .testThatRule("A/B$(.*)", "A/C\${0}") in fieldRule_innerClass_groupRegEx_shouldRewrite()63 .testThatRule("A/B", "ignore") in typeRewrite_ignore()70 .testThatRule("A/B", "ignoreInPreprocessorOnly") in typeRewrite_ignoreInPreprocessor()77 fun testThatRule(from: String, to: String) = RuleTesterStep1(from, to) in testThatRule() method