Everything is in the wiki : https://github.com/jsevellec/cassandra-unit/wiki
Like other *Unit projects, CassandraUnit is a Java utility test tool. It helps you create your Java Application with Apache Cassandra Database backend. CassandraUnit is for Cassandra what DBUnit is for Relational Databases.
CassandraUnit helps you writing isolated JUnit tests in a Test Driven Development style.
- Start an embedded Cassandra.
- Create structure (keyspace and Column Families) and load data from an XML, JSON or YAML DataSet.
- Execute a CQL script.
You can start by reading the wiki : https://github.com/jsevellec/cassandra-unit/wiki
and you can watch cassandra-unit-examples project. https://github.com/jsevellec/cassandra-unit-examples
[email protected] (http://groups.google.com/group/cassandra-unit-users)
This project is licensed under LGPL V3.0 : http://www.gnu.org/licenses/lgpl-3.0-standalone.html