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

Method run

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

Source from the content-addressed store, hash-verified

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

Callers 12

testPersonMethod · 0.95
testHelloWorldMethod · 0.95
testEchoMethod · 0.95
testBrainFuckMethod · 0.95
testStringExportMethod · 0.95
testNewtonExportMethod · 0.95
testSieveMethod · 0.95
testFibExportMethod · 0.95
testPersonMethod · 0.95
testArgCountMethod · 0.95
testMergeSort0Method · 0.95
webtcp.min.jsFile · 0.45

Calls 2

gccMethod · 0.95
driverMethod · 0.45

Tested by

no test coverage detected