Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dtest.py42 def assertMatches(self, checkerString, c1String, varState={}): member in MatchLines_Test
49 self.assertMatches("foo", "foo")
50 self.assertMatches("foo", " foo ")
51 self.assertMatches("foo", "foo bar")
55 self.assertMatches("foo bar", "foo bar")
56 self.assertMatches("foo bar", "abc foo bar def")
57 self.assertMatches("foo bar", "foo foo bar bar")
59 self.assertMatches("foo bar", "foo X bar")
63 self.assertMatches("foo{{A|B}}bar", "fooAbar")
64 self.assertMatches("foo{{A|B}}bar", "fooBbar")
[all …]