@Test
 public void testGetResultVars() throws Exception {
   assertArrayEquals(columnNames, testObj.getResultVars().toArray());
 }