Package org.eclipse.epsilon.hutn.model
Class AttributeSlotCoerceValuesTests
- java.lang.Object
-
- org.eclipse.epsilon.hutn.model.AttributeSlotCoerceValuesTests
-
public class AttributeSlotCoerceValuesTests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeSlotCoerceValuesTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldChangeADoubleToAFloat()voidshouldChangeAFloatToADouble()voidshouldChangeAllFloatsToDoubles()voidshouldChangeALongToAnInteger()voidshouldChangeAnIntegerToALong()voidshouldChangeAShortToALong()voidshouldNotCoerceValuesWhenSlotHasFeatureNotDefinedInMetamodel()voidshouldNotCoerceValuesWhenSlotHasNoType()
-
-
-
Method Detail
-
shouldChangeADoubleToAFloat
public void shouldChangeADoubleToAFloat() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldChangeAFloatToADouble
public void shouldChangeAFloatToADouble() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldChangeAllFloatsToDoubles
public void shouldChangeAllFloatsToDoubles() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldChangeAnIntegerToALong
public void shouldChangeAnIntegerToALong() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldChangeALongToAnInteger
public void shouldChangeALongToAnInteger() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldChangeAShortToALong
public void shouldChangeAShortToALong() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotCoerceValuesWhenSlotHasNoType
public void shouldNotCoerceValuesWhenSlotHasNoType() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotCoerceValuesWhenSlotHasFeatureNotDefinedInMetamodel
public void shouldNotCoerceValuesWhenSlotHasFeatureNotDefinedInMetamodel() throws java.lang.Exception- Throws:
java.lang.Exception
-
-