| Modifier and Type | Class and Description |
|---|---|
class |
CassandraUnitDependencyInjectionIntegrationTestExecutionListener
This
TestExecutionListener differs from CassandraUnitDependencyInjectionTestExecutionListener
because the database is started and loaded only once, before Spring dependency injection (not after each test method). |
class |
CassandraUnitDependencyInjectionTestExecutionListener
The goals of this listeners is:
- start an embedded Cassandra before Spring injection
- load dataset into Cassandra keyspace
|
class |
CassandraUnitTestExecutionListener
The goals of this listeners is:
- start an embedded Cassandra
- load dataset into Cassandra keyspace
|
Copyright © 2022. All rights reserved.