Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dtest.py45 def assertDoesNotMatch(self, checkerString, c1String, varState={}): member in MatchLines_Test
52 self.assertDoesNotMatch("foo", "XfooX")
53 self.assertDoesNotMatch("foo", "zoo")
60 self.assertDoesNotMatch("foo bar", "foo Xbar")
65 self.assertDoesNotMatch("foo{{A|B}}bar", "fooCbar")
71 self.assertDoesNotMatch("foo<<X>>bar", "foobar", {"X": "A"})
72 self.assertDoesNotMatch("foo<<X>>bar", "foo bar", {"X": "A"})
79 self.assertDoesNotMatch("foo<<X:A|B>>bar", "fooCbar")
88 self.assertDoesNotMatch("foo<<X:A|B>>bar<<X>>baz", "fooAbarBbaz")
96 self.assertDoesNotMatch("<<X:A>>bar", "Abaz", env)
[all …]