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

  /frameworks/base/core/tests/coretests/src/android/os/
PatternMatcherTest.java 16 assertMatches("a", matcher);
17 assertMatches("b", matcher);
24 assertMatches("a", matcher);
28 assertMatches(".", matcher);
29 assertMatches("*", matcher);
30 assertMatches("+", matcher);
31 assertMatches("{", matcher);
32 assertMatches("}", matcher);
33 assertMatches("]", matcher);
34 assertMatches("\\", matcher)
    [all...]
  /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 87 milliseconds