public class AttributeSlotCoerceValuesTests extends Object
| Constructor and Description |
|---|
AttributeSlotCoerceValuesTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldChangeADoubleToAFloat() |
void |
shouldChangeAFloatToADouble() |
void |
shouldChangeAllFloatsToDoubles() |
void |
shouldChangeALongToAnInteger() |
void |
shouldChangeAnIntegerToALong() |
void |
shouldChangeAShortToALong() |
void |
shouldNotCoerceValuesWhenSlotHasFeatureNotDefinedInMetamodel() |
void |
shouldNotCoerceValuesWhenSlotHasNoType() |
public void shouldChangeADoubleToAFloat()
throws Exception
Exceptionpublic void shouldChangeAFloatToADouble()
throws Exception
Exceptionpublic void shouldChangeAllFloatsToDoubles()
throws Exception
Exceptionpublic void shouldChangeAnIntegerToALong()
throws Exception
Exceptionpublic void shouldChangeALongToAnInteger()
throws Exception
Exceptionpublic void shouldChangeAShortToALong()
throws Exception
Exceptionpublic void shouldNotCoerceValuesWhenSlotHasNoType()
throws Exception
ExceptionCopyright © 2016. All rights reserved.