Searched defs:testUri (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/nio/file/Path/
H A DUriImportExport.java81 static void testUri(String s) throws Exception { method in class:UriImportExport
127 testUri("file:///");
128 testUri("file:///foo/bar/doesnotexist");
129 testUri("file:/foo/bar/doesnotexist");
132 testUri("file:///foo/bar/%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9");

Completed in 23 milliseconds