Class EvlUnparserTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.engine.test.acceptance.unparser.UnparserTests
-
- org.eclipse.epsilon.evl.engine.test.acceptance.unparser.EvlUnparserTests
-
public class EvlUnparserTests extends UnparserTests
-
-
Constructor Summary
Constructors Constructor Description EvlUnparserTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvlModulecreateModule()EvlUnparsercreateUnparser()voidtestExistingEvlFiles()-
Methods inherited from class org.eclipse.epsilon.eol.engine.test.acceptance.unparser.UnparserTests
removeWhitespace, stripCommentsAndEmptyLines, stripCommentsAndEmptyLines, stripCommentsAndEmptyLines, test, test
-
-
-
-
Method Detail
-
testExistingEvlFiles
public void testExistingEvlFiles() throws java.lang.Exception- Throws:
java.lang.Exception
-
createModule
public EvlModule createModule()
- Specified by:
createModulein classUnparserTests
-
createUnparser
public EvlUnparser createUnparser()
- Specified by:
createUnparserin classUnparserTests
-
-