public abstract class ZipkinAutoConfigurationTests extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ZipkinAutoConfigurationTests.MultipleReportersConfig |
protected static class |
ZipkinAutoConfigurationTests.MyConfig |
| Modifier and Type | Field and Description |
|---|---|
okhttp3.mockwebserver.MockWebServer |
server |
| Constructor and Description |
|---|
ZipkinAutoConfigurationTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
canOverrideBySender() |
void |
canOverrideBySenderAndIsCaseInsensitive() |
void |
checkResult_onTime_notOk() |
void |
checkResult_onTime() |
protected abstract Class |
configurationClass() |
void |
encoderDirectsEndpoint() |
void |
overrideActiveMqQueue() |
void |
overrideKafkaTopic() |
void |
overrideRabbitMQQueue() |
void |
rabbitWinsWhenKafkaPresent() |
void |
shouldOverrideDefaultBeans() |
protected abstract Class |
tracerConfiguration() |
protected abstract Class |
tracerZipkinConfiguration() |
protected org.springframework.boot.test.context.runner.ApplicationContextRunner |
zipkinRunner() |
protected abstract Class tracerZipkinConfiguration()
protected abstract Class tracerConfiguration()
protected org.springframework.boot.test.context.runner.ApplicationContextRunner zipkinRunner()
protected abstract Class configurationClass()
@Test
public void encoderDirectsEndpoint()
throws Exception
Exception@Test
public void canOverrideBySenderAndIsCaseInsensitive()
throws Exception
Exception@Test
public void rabbitWinsWhenKafkaPresent()
throws Exception
Exception@Test public void shouldOverrideDefaultBeans()
@Test
public void checkResult_onTime()
throws ExecutionException,
InterruptedException
@Test
public void checkResult_onTime_notOk()
throws ExecutionException,
InterruptedException
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.