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

Method main

src/test/java/gate/annotation/TestAnnotation.java:1254–1267  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1252 }
1253
1254 public static void main(String[] args){
1255
1256 try{
1257 TestAnnotation testAnnot = new TestAnnotation("");
1258 testAnnot.setUp();
1259 testAnnot.testIterator();
1260 testAnnot._testGap();
1261 testAnnot.tearDown();
1262 testAnnot.testOverlapsAndCoextensive();
1263 testAnnot.testIsPartiallyCompatibleAndCompatible();
1264 }catch(Throwable t){
1265 t.printStackTrace();
1266 }
1267 }
1268} // class TestAnnotation
1269

Callers

nothing calls this directly

Calls 7

setUpMethod · 0.95
testIteratorMethod · 0.95
_testGapMethod · 0.95
tearDownMethod · 0.45
printStackTraceMethod · 0.45

Tested by

no test coverage detected