Home
last modified time | relevance | path

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

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