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