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

Method setUp

src/test/java/gate/TestUtils.java:35–39  ·  view source on GitHub ↗

Fixture set up. @throws java.lang.Exception

()

Source from the content-addressed store, hash-verified

33 * @throws java.lang.Exception
34 */
35 @Override
36 public void setUp() throws Exception
37 {
38 if (!Gate.isInitialised()) Gate.init();
39 } // setUp
40
41
42 // test getting and combining annotations

Callers

nothing calls this directly

Calls 2

isInitialisedMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected