public class KafkaTestEnvironment extends Object implements TestEnvironment
| Modifier and Type | Method and Description |
|---|---|
String |
getBootstrapServers() |
TestEnvironment[] |
getDependentEnvironments() |
static KafkaTestEnvironment |
getInstance() |
void |
setup() |
void |
tearDown() |
public static KafkaTestEnvironment getInstance()
public void setup()
throws Exception
setup in interface TestEnvironmentExceptionpublic void tearDown()
throws Exception
tearDown in interface TestEnvironmentExceptionpublic String getBootstrapServers()
public TestEnvironment[] getDependentEnvironments()
getDependentEnvironments in interface TestEnvironmentCopyright © 2013–2021. All rights reserved.