()
| 228 | } |
| 229 | |
| 230 | @Test |
| 231 | public void testStoreFunctionWithNulls() throws Throwable { |
| 232 | |
| 233 | String[][] data = genDataSetFile1( 10, true ); |
| 234 | storeFunction( data); |
| 235 | } |
| 236 | |
| 237 | public void storeFunction(String[][] data) throws Throwable { |
| 238 |
nothing calls this directly
no test coverage detected