This method should typically only be called from the Control class
()
| 196 | |
| 197 | /** This method should typically only be called from the Control class */ |
| 198 | public void closeSession() { |
| 199 | getSession().close(); |
| 200 | } |
| 201 | |
| 202 | public void init(ControlOverrides overrides) throws SAXException, IOException, Exception { |
| 203 | getOptionsParam().load(Constant.getInstance().FILE_CONFIG, overrides); |
no test coverage detected