Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/file/Path/
DUriImportExport.java53 static void testPath(String s, String expectedUri) { in testPath() argument
56 Assert.assertEquals(uri.toString(), expectedUri); in testPath() local