Searched refs:assertAbsent (Results 1 – 3 of 3) sorted by relevance
107 TestUtils.assertAbsent(line0, "Monty Python"); in scope()111 TestUtils.assertAbsent(line1, "Holy grail"); in scope()116 TestUtils.assertAbsent(line2, "Parrot sketch"); in scope()121 TestUtils.assertAbsent(line3, "Holy grail"); in scope()126 TestUtils.assertAbsent(line4, "Holy grail"); in scope()
67 public static void assertAbsent(String s, String... absents) { in assertAbsent() method in TestUtils
40 import static com.android.libcore.timezone.testing.TestUtils.assertAbsent;553 assertAbsent(tzLookupXml, "picker="); in shownInPicker_true()