Re: embedding cassandra in junit ..

2014-06-12 Thread James Carman
These are the maven coordinates: http://search.maven.org/#artifactdetails%7Corg.cassandraunit%7Ccassandra-unit%7C2.0.2.1%7Cjar On Thu, Jun 12, 2014 at 1:40 PM, Kevin Burton wrote: > Ah.. nice! I assume you mean this? > > https://github.com/jsevellec/cassandra-unit > > This should be awesome

Re: embedding cassandra in junit ..

2014-06-12 Thread Kevin Burton
Ah.. nice! I assume you mean this? https://github.com/jsevellec/cassandra-unit This should be awesome :) On Wed, Jun 11, 2014 at 8:08 PM, Johan Edstrom wrote: > Cassandra-unit 2.0X works awesomely, > if you are willing to spend the slightly few more cycles, - Look at > farsandra. :) > > I co

Re: embedding cassandra in junit ..

2014-06-11 Thread Johan Edstrom
Cassandra-unit 2.0X works awesomely, if you are willing to spend the slightly few more cycles, - Look at farsandra. :) I copied Farsandra (since there was no release) into hecate. On Jun 11, 2014, at 11:02 PM, Kevin Burton wrote: > Maybe this is an anti-pattern.. please feel free to flame me

Re: embedding cassandra in junit ..

2014-06-11 Thread James Carman
Take a look at cassandra-unit. https://github.com/savoirtech/hecate/blob/master/hecate-cql3/src/test/java/com/savoirtech/hecate/cql3/test/CassandraTestCase.java On Wed, Jun 11, 2014 at 11:02 PM, Kevin Burton wrote: > Maybe this is an anti-pattern.. please feel free to flame me if that's the >

embedding cassandra in junit ..

2014-06-11 Thread Kevin Burton
Maybe this is an anti-pattern.. please feel free to flame me if that's the case ;) I'd like to embed cassandra in junit so that I can test my database code from my laptop and also get it working in our integration. The general idea is to start with a clean slate, run cassandra, create tables, sim