MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / runS

Method runS

chapter23/src/test/java/com/seaofnodes/simple/TestC.java:47–49  ·  view source on GitHub ↗
(String file, String expected, int spills )

Source from the content-addressed store, hash-verified

45 }
46
47 public static void runS(String file, String expected, int spills ) throws IOException {
48 run("src/test/java/com/seaofnodes/simple/progs", file, null, expected, spills, true);
49 }
50
51 public static void runS(String file, TypeInteger arg, String expected, int spills ) throws IOException {
52 run("src/test/java/com/seaofnodes/simple/progs", file, arg, expected, spills, true);

Callers 6

myOwnSake2Method · 0.95
testOrMethod · 0.95
testAndMethod · 0.95
testCondSideEffAndMethod · 0.95
testCondSideEffOrMethod · 0.95
testFuncCallMethod · 0.95

Calls 1

runMethod · 0.95

Tested by

no test coverage detected