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

/openjdk7/jdk/test/java/io/File/
H A DBasic.java50 static void showBoolean(String what, boolean value) { method in class:Basic
60 showBoolean("exists", f.exists());
61 showBoolean("isFile", f.isFile());
62 showBoolean("isDirectory", f.isDirectory());
63 showBoolean("canRead", f.canRead());
64 showBoolean("canWrite", f.canWrite());

Completed in 2792 milliseconds