Class ClassifierLevelAttributes
- java.lang.Object
-
- org.eclipse.epsilon.hutn.translate.HutnTranslatorTest
-
- org.eclipse.epsilon.hutn.translate.ClassifierLevelAttributes
-
public class ClassifierLevelAttributes 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 ClassifierLevelAttributes()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
createAstModel()
void
firstSlotShouldHaveCorrectFeatureName()
void
firstSlotShouldHaveCorrectValue()
void
firstSlotShouldHaveSingleValue()
void
packageShouldContainOneObject()
void
secondSlotShouldHaveCorrectFeatureName()
void
secondSlotShouldHaveCorrectFirstValue()
void
secondSlotShouldHaveCorrectSecondValue()
void
secondSlotShouldHaveTwoValues()
-
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
-
createAstModel
public static void createAstModel() throws java.lang.Exception
- Throws:
java.lang.Exception
-
packageShouldContainOneObject
public void packageShouldContainOneObject()
-
firstSlotShouldHaveCorrectFeatureName
public void firstSlotShouldHaveCorrectFeatureName()
-
firstSlotShouldHaveSingleValue
public void firstSlotShouldHaveSingleValue()
-
firstSlotShouldHaveCorrectValue
public void firstSlotShouldHaveCorrectValue()
-
secondSlotShouldHaveCorrectFeatureName
public void secondSlotShouldHaveCorrectFeatureName()
-
secondSlotShouldHaveTwoValues
public void secondSlotShouldHaveTwoValues()
-
secondSlotShouldHaveCorrectFirstValue
public void secondSlotShouldHaveCorrectFirstValue()
-
secondSlotShouldHaveCorrectSecondValue
public void secondSlotShouldHaveCorrectSecondValue()
-
-