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
Exception
public void shouldChangeAFloatToADouble() throws Exception
Exception
public void shouldChangeAllFloatsToDoubles() throws Exception
Exception
public void shouldChangeAnIntegerToALong() throws Exception
Exception
public void shouldChangeALongToAnInteger() throws Exception
Exception
public void shouldChangeAShortToALong() throws Exception
Exception
public void shouldNotCoerceValuesWhenSlotHasNoType() throws Exception
Exception
Copyright © 2016. All rights reserved.