Searched refs:RegexUtils (Results 1 – 3 of 3) sorted by relevance
28 import com.android.sts.common.RegexUtils;172 RegexUtils.assertNotContainsMultiline( in testWithLogMessage()
31 import com.android.sts.common.RegexUtils;184 RegexUtils.assertContains(pattern, input); in assertMatches()189 RegexUtils.assertContainsMultiline(pattern, input); in assertMatchesMultiLine()194 RegexUtils.assertNotContains(pattern, input); in assertNotMatches()199 RegexUtils.assertNotContainsMultiline(pattern, input); in assertNotMatchesMultiLine()
28 public class RegexUtils { class