| Class | Description |
|---|---|
| AbstractCassandraUnitTestExecutionListener |
The goal of this abstract listener is to provide utility methods for its subclasses to be able to :
- start an embedded Cassandra
- load dataset into Cassandra keyspace
|
| CassandraUnitDependencyInjectionIntegrationTestExecutionListener |
This
TestExecutionListener differs from CassandraUnitDependencyInjectionTestExecutionListener
because the database is started and loaded only once, before Spring dependency injection (not after each test method). |
| CassandraUnitDependencyInjectionTestExecutionListener |
The goals of this listeners is:
- start an embedded Cassandra before Spring injection
- load dataset into Cassandra keyspace
|
| CassandraUnitTestExecutionListener |
The goals of this listeners is:
- start an embedded Cassandra
- load dataset into Cassandra keyspace
|
| Annotation Type | Description |
|---|---|
| CassandraDataSet |
This class should be used as follows :
|
| CassandraUnit |
A composition of @CassandraDataSet and @EmbeddedCassandra with default settings.
|
| EmbeddedCassandra |
Annotation to start an embedded Cassandra
|
Copyright © 2022. All rights reserved.