- All Implemented Interfaces:
- org.springframework.core.Ordered, org.springframework.test.context.TestExecutionListener
- Direct Known Subclasses:
- CassandraUnitDependencyInjectionIntegrationTestExecutionListener, CassandraUnitDependencyInjectionTestExecutionListener, CassandraUnitTestExecutionListener
public abstract class AbstractCassandraUnitTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
implements org.springframework.core.Ordered
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
- Author:
- Gaƫtan Le Brun