MCPcopy Index your code
hub / github.com/antlr/codebuff / main

Method main

output/java8/1.4.17/STViz.java:454–460  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

452 }
453
454 public static void main(String[] args) throws IOException
455 { // test rig
456 if ( args.length>0 && args[0].equals("1") ) test1();
457 else if ( args.length>0 && args[0].equals("2") ) test2();
458 else if ( args.length>0 && args[0].equals("3") ) test3();
459 else if ( args.length>0 && args[0].equals("4") ) test4();
460 }
461
462 public static void test1() throws IOException
463 { // test rig

Callers

nothing calls this directly

Calls 5

test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95
equalsMethod · 0.65

Tested by

no test coverage detected