@UnitTest public class DefaultDataToAttributeAttributeContentConverterTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultDataToAttributeAttributeContentConverterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldThrowsInvalidArgumentException() |
void |
whenPrimitiveTypeIsBooleanReturnsMatchingBoolean() |
void |
whenPrimitiveTypeIsBooleanStringReturnsMatchingBoolean() |
void |
whenPrimitiveTypeIsFloatReturnsMatchingFloat() |
void |
whenPrimitiveTypeIsIntegerReturnsMatchingInteger() |
void |
whenPrimitiveTypeIsLongReturnsMatchingLong() |
void |
whenPrimitiveTypeIsSmallBooleanReturnsMatchingBoolean() |
void |
whenPrimitiveTypeIsStringReturnsStringAsIs() |
public DefaultDataToAttributeAttributeContentConverterTest()
public void shouldThrowsInvalidArgumentException()
public void whenPrimitiveTypeIsStringReturnsStringAsIs()
public void whenPrimitiveTypeIsBooleanReturnsMatchingBoolean()
public void whenPrimitiveTypeIsBooleanStringReturnsMatchingBoolean()
public void whenPrimitiveTypeIsSmallBooleanReturnsMatchingBoolean()
public void whenPrimitiveTypeIsFloatReturnsMatchingFloat()
public void whenPrimitiveTypeIsLongReturnsMatchingLong()
public void whenPrimitiveTypeIsIntegerReturnsMatchingInteger()
Copyright © 2018 SAP SE. All Rights Reserved.