Index
All Classes|All Packages
A
- afterAll(ExtensionContext) - Method in class com.salesforce.kafka.test.junit5.SharedKafkaTestResource
-
Here we shut down the internal test kafka and zookeeper services.
- afterAll(ExtensionContext) - Method in class com.salesforce.kafka.test.junit5.SharedZookeeperTestResource
-
Here we shut down the internal test zookeeper service.
B
- beforeAll(ExtensionContext) - Method in class com.salesforce.kafka.test.junit5.SharedKafkaTestResource
-
Here we stand up an internal test kafka and zookeeper service.
- beforeAll(ExtensionContext) - Method in class com.salesforce.kafka.test.junit5.SharedZookeeperTestResource
-
Here we stand up an internal test zookeeper service.
C
- com.salesforce.kafka.test.junit5 - package com.salesforce.kafka.test.junit5
S
- SharedKafkaTestResource - Class in com.salesforce.kafka.test.junit5
-
Creates and stands up an internal test kafka server to be shared across test cases within the same test class.
- SharedKafkaTestResource() - Constructor for class com.salesforce.kafka.test.junit5.SharedKafkaTestResource
-
Default constructor.
- SharedKafkaTestResource(Properties) - Constructor for class com.salesforce.kafka.test.junit5.SharedKafkaTestResource
-
Constructor allowing passing additional broker properties.
- SharedZookeeperTestResource - Class in com.salesforce.kafka.test.junit5
-
Shared Zookeeper Test Resource instance.
- SharedZookeeperTestResource() - Constructor for class com.salesforce.kafka.test.junit5.SharedZookeeperTestResource
All Classes|All Packages