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

Method setUp

src/test/java/gate/email/TestEmail.java:44–50  ·  view source on GitHub ↗

Fixture set up

()

Source from the content-addressed store, hash-verified

42
43 /** Fixture set up */
44 @Override
45 public void setUp() throws Exception {
46 if (!Gate.isInitialised()) {
47 Gate.runInSandbox(true);
48 Gate.init();
49 }
50 } // setUp
51
52 /** A test */
53 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