Fixture set up
()
| 42 | |
| 43 | /** Fixture set up */ |
| 44 | @Override |
| 45 | public void setUp() throws Exception { |
| 46 | if (!Gate.isInitialised()) { |
| 47 | Gate.runInSandbox(true); |
| 48 | Gate.init(); |
| 49 | } |
| 50 | } // setUp |
| 51 | |
| 52 | /** A test */ |
| 53 | public void testUnpackMarkup() throws Exception{ |
nothing calls this directly
no test coverage detected