Fixture set up
()
| 31 | |
| 32 | /** Fixture set up */ |
| 33 | @Override |
| 34 | public void setUp() throws Exception { |
| 35 | if (!Gate.isInitialised()) { |
| 36 | Gate.runInSandbox(true); |
| 37 | Gate.init(); |
| 38 | } |
| 39 | } // setUp |
| 40 | |
| 41 | /** A test */ |
| 42 | public void testUnpackMarkup() throws Exception { |
nothing calls this directly
no test coverage detected