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

Method setUp

src/test/java/gate/corpora/TestCorpus.java:34–37  ·  view source on GitHub ↗

Fixture set up

()

Source from the content-addressed store, hash-verified

32
33 /** Fixture set up */
34 @Override
35 public void setUp() throws Exception {
36 if (!Gate.isInitialised()) Gate.init();
37 } // setUp
38
39 /** Corpus creation */
40 public void testCreation() throws Exception {

Callers

nothing calls this directly

Calls 2

isInitialisedMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected