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

Method setUp

src/test/java/gate/html/TestHtml.java:33–39  ·  view source on GitHub ↗

Fixture set up

()

Source from the content-addressed store, hash-verified

31
32 /** Fixture set up */
33 @Override
34 public void setUp() throws Exception {
35 if (!Gate.isInitialised()) {
36 Gate.runInSandbox(true);
37 Gate.init();
38 }
39 } // setUp
40
41 /** A test */
42 public void testUnpackMarkup() throws Exception {

Callers

nothing calls this directly

Calls 3

isInitialisedMethod · 0.95
runInSandboxMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected