package testkit
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class EmbeddedKafkaStartException(msg: String, cause: Throwable = null) extends RuntimeException with Product with Serializable
- trait Kafka extends AnyRef
- trait KafkaRandom extends AnyRef
-
trait
ZIOSpecWithKafka extends ZIOSpec[TestEnvironment with Kafka]
This trait should be used if you want to run your tests with a shared-across-your-suites embedded Kafka cluster.
This trait should be used if you want to run your tests with a shared-across-your-suites embedded Kafka cluster.
More information about sharing a resource between multiple suites can be found here: https://zio.dev/reference/test/sharing-layers-between-multiple-files/
Value Members
- object Kafka
- object KafkaTestUtils