Searched refs:testFileSystemException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/nio/file/etc/
H A DExceptions.java37 testFileSystemException();
41 static void testFileSystemException() throws Exception { method in class:Exceptions
47 testFileSystemException(thisFile, otherFile, reason);
48 testFileSystemException(null, otherFile, reason);
49 testFileSystemException(thisFile, null, reason);
50 testFileSystemException(thisFile, otherFile, null);
60 static void testFileSystemException(String thisFile, method in class:Exceptions

Completed in 28 milliseconds