@ContextConfiguration(classes=NullSpanTagAnnotationHandlerTests.TestConfiguration.class) public abstract class NullSpanTagAnnotationHandlerTests extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
NullSpanTagAnnotationHandlerTests.AnnotationMockClass |
static class |
NullSpanTagAnnotationHandlerTests.TestConfiguration |
| Constructor and Description |
|---|
NullSpanTagAnnotationHandlerTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
shouldUseEmptyStringWheCustomTagValueResolverReturnsNull() |
void |
shouldUseEmptyStringWhenArgumentIsNull() |
void |
shouldUseEmptyStringWhenTagValueExpressionReturnNull() |
@BeforeEach public void setup()
@Test
public void shouldUseEmptyStringWheCustomTagValueResolverReturnsNull()
throws NoSuchMethodException,
SecurityException
@Test
public void shouldUseEmptyStringWhenTagValueExpressionReturnNull()
throws NoSuchMethodException,
SecurityException
@Test
public void shouldUseEmptyStringWhenArgumentIsNull()
throws NoSuchMethodException,
SecurityException
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.