3940414243444546
*/ @Before public void setUp() throws Exception { CassandraCli.cassandraSetUp(); CassandraCli cli = new CassandraCli(); client = cli.getClient(); }
7576777879808182838485
* the exception */ @Before public void setUp() throws Exception { cassandraCli = new CassandraCli(); cassandraCli.cassandraSetUp(); loadData(); emf = Persistence.createEntityManagerFactory("secIdxCassandraTest"); em = emf.createEntityManager();