org.cassandraunit
Class CassandraUnit

java.lang.Object
  extended by org.junit.rules.ExternalResource
      extended by org.cassandraunit.CassandraUnit
All Implemented Interfaces:
org.junit.rules.MethodRule

public class CassandraUnit
extends org.junit.rules.ExternalResource


Field Summary
 me.prettyprint.hector.api.Cluster cluster
           
static String clusterName
           
static String host
           
 me.prettyprint.hector.api.Keyspace keyspace
           
 
Constructor Summary
CassandraUnit(DataSet dataSet)
           
 
Method Summary
protected  void before()
           
 
Methods inherited from class org.junit.rules.ExternalResource
after, apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cluster

public me.prettyprint.hector.api.Cluster cluster

keyspace

public me.prettyprint.hector.api.Keyspace keyspace

clusterName

public static String clusterName

host

public static String host
Constructor Detail

CassandraUnit

public CassandraUnit(DataSet dataSet)
Method Detail

before

protected void before()
               throws Exception
Overrides:
before in class org.junit.rules.ExternalResource
Throws:
Exception


Copyright © 2012. All Rights Reserved.