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

/openjdk7/jdk/test/java/io/pathNames/unix/
H A DTrailingSlash.java38 boolean expected, boolean threw)
40 if (expected == threw) {
50 boolean threw;
52 threw = false;
58 threw = true;
60 check("FileInputStream", fns, fis, threw);
62 threw = false;
68 threw = true;
70 check("RandomAccessFile", fns, raf, threw);
72 threw
37 check(String what, String fns, boolean expected, boolean threw) argument
[all...]

Completed in 68 milliseconds