Class ClassObjectWithManySlots
- java.lang.Object
-
- org.eclipse.epsilon.hutn.unparser.internal.AbstractObjectUnparserTest
-
- org.eclipse.epsilon.hutn.unparser.internal.AbstractClassObjectUnparserTest
-
- org.eclipse.epsilon.hutn.unparser.classObject.ClassObjectWithManySlots
-
public class ClassObjectWithManySlots extends AbstractClassObjectUnparserTest
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.hutn.unparser.internal.AbstractObjectUnparserTest
expected, unparsed
-
-
Constructor Summary
Constructors Constructor Description ClassObjectWithManySlots()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfirstFeatureNameIsName()voidfirstFeatureValueIsJohnDoe()voidhasThreeFeatures()voidsecondFeatureNameIsSelf()voidsecondFeatureValueIsJohn()static voidsetup()voidthirdFeatureNameIsAccounts()voidthirdFeatureValueIsJohnsAccounts()-
Methods inherited from class org.eclipse.epsilon.hutn.unparser.internal.AbstractClassObjectUnparserTest
classObjectUnparserTest, feature, featureName, featureValues, numberOfFeatures
-
Methods inherited from class org.eclipse.epsilon.hutn.unparser.internal.AbstractObjectUnparserTest
bodyContents, bodyEndsWithBrace, bodyStartsWithBrace, identifierFollowsType, textStartsWithType
-
-
-
-
Method Detail
-
setup
public static void setup()
-
hasThreeFeatures
public void hasThreeFeatures()
-
firstFeatureNameIsName
public void firstFeatureNameIsName()
-
firstFeatureValueIsJohnDoe
public void firstFeatureValueIsJohnDoe()
-
secondFeatureNameIsSelf
public void secondFeatureNameIsSelf()
-
secondFeatureValueIsJohn
public void secondFeatureValueIsJohn()
-
thirdFeatureNameIsAccounts
public void thirdFeatureNameIsAccounts()
-
thirdFeatureValueIsJohnsAccounts
public void thirdFeatureValueIsJohnsAccounts()
-
-