Class EgxUnparserTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.engine.test.acceptance.unparser.UnparserTests
-
- org.eclipse.epsilon.egx.engine.test.acceptance.parse.EgxUnparserTests
-
public class EgxUnparserTests extends UnparserTests
-
-
Constructor Summary
Constructors Constructor Description EgxUnparserTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EgxModule
createModule()
EgxUnparser
createUnparser()
void
testExistingEgxFiles()
-
Methods inherited from class org.eclipse.epsilon.eol.engine.test.acceptance.unparser.UnparserTests
removeWhitespace, stripCommentsAndEmptyLines, stripCommentsAndEmptyLines, stripCommentsAndEmptyLines, test, test
-
-
-
-
Method Detail
-
createModule
public EgxModule createModule()
- Specified by:
createModule
in classUnparserTests
-
createUnparser
public EgxUnparser createUnparser()
- Specified by:
createUnparser
in classUnparserTests
-
-