()
| 389 | |
| 390 | |
| 391 | @Test |
| 392 | public void testDefinedFunctionsWithNulls() throws Throwable { |
| 393 | |
| 394 | String[][] data = genDataSetFile1( 10, true ); |
| 395 | definedFunctions( data); |
| 396 | } |
| 397 | |
| 398 | |
| 399 | public void definedFunctions(String[][] data) throws Throwable { |
nothing calls this directly
no test coverage detected