Skip navigation links
A B C E G O P S 

A

AbstractCassandraUnitTestExecutionListener - Class in org.cassandraunit.spring
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
AbstractCassandraUnitTestExecutionListener() - Constructor for class org.cassandraunit.spring.AbstractCassandraUnitTestExecutionListener
 
afterTestClass(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitDependencyInjectionIntegrationTestExecutionListener
 
afterTestClass(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitDependencyInjectionTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitDependencyInjectionIntegrationTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitDependencyInjectionTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitTestExecutionListener
 
alternativePath(Class<?>, boolean, String) - Method in class org.cassandraunit.spring.AbstractCassandraUnitTestExecutionListener
 

B

beforeTestClass(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitDependencyInjectionIntegrationTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitTestExecutionListener
 

C

CassandraDataSet - Annotation Type in org.cassandraunit.spring
This class should be used as follows :
CassandraUnit - Annotation Type in org.cassandraunit.spring
A composition of @CassandraDataSet and @EmbeddedCassandra with default settings.
CassandraUnitDependencyInjectionIntegrationTestExecutionListener - Class in org.cassandraunit.spring
This TestExecutionListener differs from CassandraUnitDependencyInjectionTestExecutionListener because the database is started and loaded only once, before Spring dependency injection (not after each test method).
CassandraUnitDependencyInjectionIntegrationTestExecutionListener() - Constructor for class org.cassandraunit.spring.CassandraUnitDependencyInjectionIntegrationTestExecutionListener
 
CassandraUnitDependencyInjectionTestExecutionListener - Class in org.cassandraunit.spring
The goals of this listeners is: - start an embedded Cassandra before Spring injection - load dataset into Cassandra keyspace
CassandraUnitDependencyInjectionTestExecutionListener() - Constructor for class org.cassandraunit.spring.CassandraUnitDependencyInjectionTestExecutionListener
 
CassandraUnitTestExecutionListener - Class in org.cassandraunit.spring
The goals of this listeners is: - start an embedded Cassandra - load dataset into Cassandra keyspace
CassandraUnitTestExecutionListener() - Constructor for class org.cassandraunit.spring.CassandraUnitTestExecutionListener
 
cleanServer() - Method in class org.cassandraunit.spring.AbstractCassandraUnitTestExecutionListener
 

E

EmbeddedCassandra - Annotation Type in org.cassandraunit.spring
Annotation to start an embedded Cassandra

G

getOrder() - Method in class org.cassandraunit.spring.AbstractCassandraUnitTestExecutionListener
 

O

org.cassandraunit.spring - package org.cassandraunit.spring
 

P

prepareTestInstance(TestContext) - Method in class org.cassandraunit.spring.CassandraUnitDependencyInjectionTestExecutionListener
 

S

startServer(TestContext) - Method in class org.cassandraunit.spring.AbstractCassandraUnitTestExecutionListener
 
A B C E G O P S 
Skip navigation links

Copyright © 2022. All rights reserved.