( String file, int spills )
| 21 | }; |
| 22 | |
| 23 | public static void run( String file, int spills ) throws IOException { run(file,"",spills); } |
| 24 | |
| 25 | public static void run( String file, String expected, int spills ) throws IOException { |
| 26 | run("src/test/java/com/seaofnodes/simple/progs",file,expected,spills); |
no test coverage detected