Class AbstractSpecUnparserTest
- java.lang.Object
-
- org.eclipse.epsilon.hutn.unparser.internal.AbstractSpecUnparserTest
-
- Direct Known Subclasses:
EmptySpec,SpecWithOneNsUri,SpecWithOnePackageObject
public abstract class AbstractSpecUnparserTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractSpecUnparserTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static intnumberOfPackageObjects()protected static java.lang.StringpackageObject(int index)static voidspecUnparserTest(Spec spec)
-
-
-
Field Detail
-
unparsed
protected static java.lang.String unparsed
-
expected
protected static Spec expected
-
-
Method Detail
-
specUnparserTest
public static void specUnparserTest(Spec spec)
-
numberOfPackageObjects
protected static int numberOfPackageObjects()
-
packageObject
protected static java.lang.String packageObject(int index)
-
-