()
| 196 | abstract public String[][] getData() throws Exception; |
| 197 | |
| 198 | public void test() throws Exception { |
| 199 | getData(); |
| 200 | } |
| 201 | |
| 202 | public void setDataSource(Map<String, String> dataSource) { |
| 203 | this.dataSource = dataSource; |
no test coverage detected