()
| 381 | |
| 382 | // this test is equivalent to testDefinedFunctions() |
| 383 | @Test |
| 384 | public void testDefinedFunctionsNoNulls() throws Throwable { |
| 385 | |
| 386 | String[][] data = genDataSetFile1( 10, false ); |
| 387 | definedFunctions( data); |
| 388 | } |
| 389 | |
| 390 | |
| 391 | @Test |
nothing calls this directly
no test coverage detected