MCPcopy Create free account
hub / github.com/antlr/codebuff / main

Method main

output/java/1.4.12/STViz.java:447–453  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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