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.
A runtime handle for an isolated test keyspace. Close it in @AfterEach.