()
| 21 | private String simpleSql; |
| 22 | |
| 23 | @Before |
| 24 | public void before() { |
| 25 | // TODO Auto-generated method stub |
| 26 | table = "table"; |
| 27 | column1 = "column1"; |
| 28 | column2 = "column2"; |
| 29 | simpleSql = "delete from " + table; |
| 30 | } |
| 31 | /** |
| 32 | * @desc 最简单的删除 |
| 33 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected