Package org.eclipse.epsilon.emc.emf
Class EmfPropertySetterConformsTests
- java.lang.Object
-
- org.eclipse.epsilon.emc.emf.EmfPropertySetterConformsTests
-
public class EmfPropertySetterConformsTests extends Object
-
-
Constructor Summary
Constructors Constructor Description EmfPropertySetterConformsTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectionValueForManyValuedFeature()
void
collectionValueForSingleValuedFeature()
void
collectionValueLargerThanLowerboundOfFeature()
void
collectionValueLargerThanUpperboundOfFeature()
void
collectionValuesAllOfWrongType()
void
collectionValueSameSizeAsLowerboundOfFeature()
void
collectionValueSameSizeAsUpperboundOfFeature()
void
collectionValueSmallerThanLowerboundOfFeature()
void
collectionValueSmallerThanUpperboundOfFeature()
void
collectionValuesOneOfWrongReferenceType()
void
collectionValuesOneOfWrongType()
void
illegalObject()
void
illegalProperty()
void
setup()
void
singleReferenceValue()
void
singleReferenceValueOfSubType()
void
singleReferenceValueOfWrongType()
void
singleValueForManyValuedFeature()
void
singleValueForSingleValuedFeature()
void
singleValueOfWrongType()
-
-
-
Method Detail
-
setup
public void setup()
-
singleValueForSingleValuedFeature
public void singleValueForSingleValuedFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
singleValueForManyValuedFeature
public void singleValueForManyValuedFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
singleValueOfWrongType
public void singleValueOfWrongType() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
singleReferenceValue
public void singleReferenceValue() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
singleReferenceValueOfWrongType
public void singleReferenceValueOfWrongType() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
singleReferenceValueOfSubType
public void singleReferenceValueOfSubType() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueForManyValuedFeature
public void collectionValueForManyValuedFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueSameSizeAsUpperboundOfFeature
public void collectionValueSameSizeAsUpperboundOfFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueSmallerThanUpperboundOfFeature
public void collectionValueSmallerThanUpperboundOfFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueSameSizeAsLowerboundOfFeature
public void collectionValueSameSizeAsLowerboundOfFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueLargerThanLowerboundOfFeature
public void collectionValueLargerThanLowerboundOfFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueForSingleValuedFeature
public void collectionValueForSingleValuedFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueLargerThanUpperboundOfFeature
public void collectionValueLargerThanUpperboundOfFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValueSmallerThanLowerboundOfFeature
public void collectionValueSmallerThanLowerboundOfFeature() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValuesAllOfWrongType
public void collectionValuesAllOfWrongType() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValuesOneOfWrongType
public void collectionValuesOneOfWrongType() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
collectionValuesOneOfWrongReferenceType
public void collectionValuesOneOfWrongReferenceType() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
illegalObject
public void illegalObject() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
illegalProperty
public void illegalProperty() throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
-