()
| 221 | // This test: "testStoreFunction()" is equivalent to testStoreFunctionNoNulls() |
| 222 | |
| 223 | @Test |
| 224 | public void testStoreFunctionNoNulls() throws Throwable { |
| 225 | |
| 226 | String[][] data = genDataSetFile1( 10, false ); |
| 227 | storeFunction( data); |
| 228 | } |
| 229 | |
| 230 | @Test |
| 231 | public void testStoreFunctionWithNulls() throws Throwable { |
nothing calls this directly
no test coverage detected