Class AbstractObjectUnparserTest
- java.lang.Object
-
- org.eclipse.epsilon.hutn.unparser.internal.AbstractObjectUnparserTest
-
- Direct Known Subclasses:
AbstractClassObjectUnparserTest
,AbstractPackageObjectUnparserTest
public abstract class AbstractObjectUnparserTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractObjectUnparserTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static String
bodyContents()
void
bodyEndsWithBrace()
void
bodyStartsWithBrace()
void
identifierFollowsType()
void
textStartsWithType()
-
-
-
Method Detail
-
textStartsWithType
public void textStartsWithType()
-
identifierFollowsType
public void identifierFollowsType()
-
bodyStartsWithBrace
public void bodyStartsWithBrace()
-
bodyEndsWithBrace
public void bodyEndsWithBrace()
-
bodyContents
protected static String bodyContents()
-
-