MCPcopy Create free account
hub / github.com/GateNLP/gate-core / main

Method main

src/test/java/gate/email/TestEmail.java:73–82  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

71 } // testUnpackMarkup()
72
73 public static void main(String[] args) {
74 try{
75 Gate.init();
76 TestEmail testEmail = new TestEmail("");
77 testEmail.testUnpackMarkup();
78
79 }catch(Exception e){
80 e.printStackTrace();
81 }
82 }
83
84 /**
85 * final test

Callers

nothing calls this directly

Calls 3

initMethod · 0.95
testUnpackMarkupMethod · 0.95
printStackTraceMethod · 0.45

Tested by

no test coverage detected