| Package | Description |
|---|---|
| org.cassandraunit | |
| org.cassandraunit.dataset | |
| org.cassandraunit.dataset.commons | |
| org.cassandraunit.dataset.json | |
| org.cassandraunit.dataset.xml | |
| org.cassandraunit.dataset.yaml |
| Modifier and Type | Method and Description |
|---|---|
abstract DataSet |
AbstractCassandraUnit4TestCase.getDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataLoader.load(DataSet dataSet) |
void |
DataLoader.load(DataSet dataSet,
boolean dropAndCreateKeyspace) |
void |
DataLoader.load(DataSet dataSet,
LoadingOption loadingOption) |
void |
DataLoader.load(DataSet dataSet,
LoadingOption loadingOption,
boolean dropAndCreateKeyspace) |
| Constructor and Description |
|---|
CassandraUnit(DataSet dataSet) |
CassandraUnit(DataSet dataSet,
String configurationFileName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathDataSet |
class |
FileDataSet |
class |
MultiSourceDataSet
Allowing multiple files/classpath-resources containing DataSets
to be specified, as long as they all belong to the same
overall keyspace, and don't have clashing column families.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommonsParserDataSet |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJsonDataSet |
class |
ClassPathJsonDataSet |
class |
FileJsonDataSet |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXmlDataSet |
class |
ClassPathXmlDataSet |
class |
FileXmlDataSet |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractYamlDataSet |
class |
ClassPathYamlDataSet |
class |
FileYamlDataSet |
Copyright © 2016. All rights reserved.