Fixture set up
()
| 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 | */ |
nothing calls this directly
no test coverage detected