Put things back as they should be after running tests (reinitialise the CREOLE register).
()
| 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. |
nothing calls this directly
no test coverage detected