Class RepeatedFeatureWithDifferentTypes
- java.lang.Object
-
- org.eclipse.epsilon.hutn.translate.HutnTranslatorTest
-
- org.eclipse.epsilon.hutn.translate.RepeatedFeatureWithDifferentTypes
-
public class RepeatedFeatureWithDifferentTypes extends HutnTranslatorTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.epsilon.hutn.translate.HutnTranslatorTest
HutnTranslatorTest.Association, HutnTranslatorTest.Reference
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.hutn.translate.HutnTranslatorTest
CONFIG_FILE
-
-
Constructor Summary
Constructors Constructor Description RepeatedFeatureWithDifferentTypes()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
createAstModel()
void
packageShouldContainOneClassObject()
void
slot1ShouldContainFirstClassObject()
void
slot1ShouldContainOneClassObjects()
void
slot1ShouldContainOneValue()
void
slot1ShouldHaveCorrectFeatureName()
void
slot2ShouldContainCorrectValue()
void
slot2ShouldContainOneValue()
void
slot2ShouldHaveCorrectFeatureName()
-
Methods inherited from class org.eclipse.epsilon.hutn.translate.HutnTranslatorTest
createAdjective, createAssociationBlock, createAttribute, createClass, createClass, createClass, createClassifierLevelAttribute, createContainment, createEnumerationAttribute, createIdentifier, createInfixAssociation, createNullAttribute, createPackage, createPackage, createReference, getNodeObjectFor, initialiseAst, registerDefaultResourceFactory, translatorTest
-
-
-
-
Method Detail
-
packageShouldContainOneClassObject
public void packageShouldContainOneClassObject()
-
slot1ShouldHaveCorrectFeatureName
public void slot1ShouldHaveCorrectFeatureName()
-
slot1ShouldContainOneValue
public void slot1ShouldContainOneValue()
-
slot1ShouldContainOneClassObjects
public void slot1ShouldContainOneClassObjects()
-
slot1ShouldContainFirstClassObject
public void slot1ShouldContainFirstClassObject()
-
slot2ShouldHaveCorrectFeatureName
public void slot2ShouldHaveCorrectFeatureName()
-
slot2ShouldContainOneValue
public void slot2ShouldContainOneValue()
-
slot2ShouldContainCorrectValue
public void slot2ShouldContainCorrectValue()
-
-