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

Method setUp

src/test/java/gate/corpora/TestDocumentEdit.java:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 @Override
32 public void setUp() throws Exception {
33 if (!Gate.isInitialised())
34 Gate.init();
35 }
36
37 public static Test suite() {
38 return new TestSuite(TestDocumentEdit.class);

Callers

nothing calls this directly

Calls 2

isInitialisedMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected