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

Method run

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

Source from the content-addressed store, hash-verified

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);

Callers 15

testPersonMethod · 0.95
testHelloWorldMethod · 0.95
testEchoMethod · 0.95
testStack9Method · 0.95
testStack10Method · 0.95
testStack11Method · 0.95
testStack12Method · 0.95
testStack13Method · 0.95
runSMethod · 0.95
runSFMethod · 0.95
testBrainFuckMethod · 0.95
testStringExportMethod · 0.95

Calls 2

gccMethod · 0.95
driverMethod · 0.45

Tested by

no test coverage detected