@Test(expected = CassandraUnitException.class)
public void shouldNotGetLoadData() throws TTransportException, IOException, InterruptedException,
ConfigurationException {
EmbeddedCassandraServerHelper.startEmbeddedCassandra();
DataLoader dataLoader = new DataLoader(CassandraUnit.clusterName, CassandraUnit.host);
dataLoader.load(new ClassPathXmlDataSet("xml/dataSetWithBadBytesKey.xml"));
}