()
| 29 | } |
| 30 | |
| 31 | @Override |
| 32 | public void setUp() throws Exception { |
| 33 | if (!Gate.isInitialised()) |
| 34 | Gate.init(); |
| 35 | } |
| 36 | |
| 37 | public static Test suite() { |
| 38 | return new TestSuite(TestDocumentEdit.class); |
nothing calls this directly
no test coverage detected