Class UnparserTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.engine.test.acceptance.unparser.UnparserTests
-
- Direct Known Subclasses:
EclUnparserTests
,EgxUnparserTests
,EolUnparserTests
,EvlUnparserTests
public abstract class UnparserTests extends Object
-
-
Constructor Summary
Constructors Constructor Description UnparserTests()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract EolModule
createModule()
abstract EolUnparser
createUnparser()
protected String
removeWhitespace(String str)
protected String
stripCommentsAndEmptyLines(File file)
protected String
stripCommentsAndEmptyLines(String string)
protected String
stripCommentsAndEmptyLines(List<String> lines)
protected void
test(Class<?> clazz, String... fileNames)
protected void
test(String fileName, Class<?> clazz)
-