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

Method main

output/java8/1.4.14/STViz.java:450–456  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

448 }
449
450 public static void main(String[] args) throws IOException
451 { // test rig
452 if ( args.length>0 && args[0].equals("1") ) test1();
453 else if ( args.length>0 && args[0].equals("2") ) test2();
454 else if ( args.length>0 && args[0].equals("3") ) test3();
455 else if ( args.length>0 && args[0].equals("4") ) test4();
456 }
457
458 public static void test1() throws IOException
459 { // 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