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 int
numberOfPackageObjects()
protected static java.lang.String
packageObject(int index)
static void
specUnparserTest(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)
-
-