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

Method setUp

src/test/java/gate/util/TestDiffer.java:35–41  ·  view source on GitHub ↗

Fixture set up

()

Source from the content-addressed store, hash-verified

33
34 /** Fixture set up */
35 @Override
36 public void setUp() throws Exception {
37 if (!Gate.isInitialised()) {
38 Gate.runInSandbox(true);
39 Gate.init();
40 }
41 } // setUp
42
43 /** Put things back as they should be after running tests.
44 */

Callers

nothing calls this directly

Calls 3

isInitialisedMethod · 0.95
runInSandboxMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected