Class SeveralSlotsWithNoFeature
- 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.inconsistent.slot.SeveralSlotsWithNoFeature
-
public class SeveralSlotsWithNoFeature extends HutnXmiBridgeIntegrationTest
-
-
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 SeveralSlotsWithNoFeature()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ageSlot()
void
elements2Slot()
void
elementsSlot()
void
nameSlot()
static void
setup()
void
telNoSlot()
-
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
-
setup
public static void setup() throws IOException
- Throws:
IOException
-
nameSlot
public void nameSlot()
-
ageSlot
public void ageSlot()
-
elementsSlot
public void elementsSlot()
-
elements2Slot
public void elements2Slot()
-
telNoSlot
public void telNoSlot()
-
-