@Test
 public void getColumnsCountTest() throws Exception {
   Assert.assertEquals(dataTable.getColumnsCount(), types.size());
 }