HomeSort by relevance Sort by last modified time
    Searched refs:assertMatches (Results 1 - 2 of 2) sorted by null

  /art/tools/checker/match/
test.py 41 def assertMatches(self, checkerString, c1String, varState={}):
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...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 636 milliseconds