org.cassandraunit
Class AbstractCassandraUnit4TestCase

java.lang.Object
  extended by org.cassandraunit.AbstractCassandraUnit4TestCase

public abstract class AbstractCassandraUnit4TestCase
extends Object

Author:
Jeremy Sevellec

Constructor Summary
AbstractCassandraUnit4TestCase()
           
 
Method Summary
 void before()
           
 me.prettyprint.hector.api.Cluster getCluster()
           
abstract  DataSet getDataSet()
           
 me.prettyprint.hector.api.Keyspace getKeyspace()
           
 void setCluster(me.prettyprint.hector.api.Cluster cluster)
           
 void setKeyspace(me.prettyprint.hector.api.Keyspace keyspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCassandraUnit4TestCase

public AbstractCassandraUnit4TestCase()
Method Detail

before

public void before()
            throws Exception
Throws:
Exception

getDataSet

public abstract DataSet getDataSet()

setKeyspace

public void setKeyspace(me.prettyprint.hector.api.Keyspace keyspace)

getKeyspace

public me.prettyprint.hector.api.Keyspace getKeyspace()

setCluster

public void setCluster(me.prettyprint.hector.api.Cluster cluster)

getCluster

public me.prettyprint.hector.api.Cluster getCluster()


Copyright © 2012. All Rights Reserved.