Fixture set up. @throws java.lang.Exception
()
| 33 | * @throws java.lang.Exception |
| 34 | */ |
| 35 | @Override |
| 36 | public void setUp() throws Exception |
| 37 | { |
| 38 | if (!Gate.isInitialised()) Gate.init(); |
| 39 | } // setUp |
| 40 | |
| 41 | |
| 42 | // test getting and combining annotations |
nothing calls this directly
no test coverage detected