Home
last modified time | relevance | path

Searched defs:assertNotExists (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java280 public static void assertNotExists(String path) throws IOException { in assertNotExists() method in ProviderTestUtils
284 public static void assertNotExists(File file) throws IOException { in assertNotExists() method in ProviderTestUtils
288 public static void assertNotExists(String msg, String path) throws IOException { in assertNotExists() method in ProviderTestUtils