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
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
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
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
>
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