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