KandraRuntimeHandle

class KandraRuntimeHandle constructor(session: CqlSession, val runtime: KandraRuntime, scope: CoroutineScope, val keyspace: String)

A runtime handle for an isolated test keyspace. Close it in @AfterEach.

Constructors

Link copied to clipboard
constructor(session: CqlSession, runtime: KandraRuntime, scope: CoroutineScope, keyspace: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
inline fun <T : Any> repository(): KandraRepository<T>
Link copied to clipboard