Class Integer
- java.lang.Object
-
- org.eclipse.epsilon.hutn.test.model.HutnTestWithFamiliesMetaModel
-
- org.eclipse.epsilon.hutn.xmi.test.integration.HutnXmiBridgeIntegrationTest
-
- org.eclipse.epsilon.hutn.xmi.test.integration.consistent.slots.singleValued.AbstractSingleValuedSlotTest
-
- org.eclipse.epsilon.hutn.xmi.test.integration.consistent.slots.singleValued.Integer
-
public class Integer extends AbstractSingleValuedSlotTest
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.hutn.xmi.test.integration.HutnXmiBridgeIntegrationTest
spec
-
Fields inherited from class org.eclipse.epsilon.hutn.test.model.HutnTestWithFamiliesMetaModel
BANK_ACCOUNTS_MODEL_URI, CONFIG_FILE
-
-
Constructor Summary
Constructors Constructor Description Integer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getExpectedContent()
protected String
getExpectedFeatureName()
protected String
getXmi()
-
Methods inherited from class org.eclipse.epsilon.hutn.xmi.test.integration.consistent.slots.singleValued.AbstractSingleValuedSlotTest
setup, testSlot
-
Methods inherited from class org.eclipse.epsilon.hutn.xmi.test.integration.HutnXmiBridgeIntegrationTest
getFamily, getFirstSlotOfFamily, getFirstSlotOfModel, getModel, getPackageObject, integrationTest, integrationTestWithExceptions, integrationTestWithModelAsRoot, integrationTestWithModelAsRoot, integrationTestWithModelAsRoot
-
Methods inherited from class org.eclipse.epsilon.hutn.test.model.HutnTestWithFamiliesMetaModel
families, registerMetaModels, unregisterMetaModels
-
-
-
-
Method Detail
-
getXmi
protected String getXmi()
- Specified by:
getXmi
in classAbstractSingleValuedSlotTest
-
getExpectedFeatureName
protected String getExpectedFeatureName()
- Specified by:
getExpectedFeatureName
in classAbstractSingleValuedSlotTest
-
getExpectedContent
protected Object getExpectedContent()
- Specified by:
getExpectedContent
in classAbstractSingleValuedSlotTest
-
-