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

Method tearDown

src/test/java/gate/config/TestConfig.java:60–65  ·  view source on GitHub ↗

Put things back as they should be after running tests (reinitialise the CREOLE register).

()

Source from the content-addressed store, hash-verified

58 * (reinitialise the CREOLE register).
59 */
60 @Override
61 public void tearDown() throws Exception {
62 CreoleRegister register = Gate.getCreoleRegister();
63 register.clear();
64 Gate.initCreoleRegister();
65 } // tearDown
66
67 /**
68 * Helper method that processes a config file.

Callers

nothing calls this directly

Calls 3

getCreoleRegisterMethod · 0.95
initCreoleRegisterMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected