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

/openjdk7/jdk/test/java/nio/file/WatchService/
H A DBasic.java163 static void testCancel(Path dir) throws IOException { method in class:Basic
476 testCancel(dir);
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java66 testCancel(blah.toPath());
432 static void testCancel(Path file) throws IOException { method in class:Basic
433 System.out.println("testCancel");
/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DBasic.java60 testCancel();
347 static void testCancel() throws Exception { method in class:Basic

Completed in 52 milliseconds