Class TestXmlTreeMerging
- java.lang.Object
-
- org.eclipse.epsilon.eml.engine.test.acceptance.trees.TestXmlTreeMerging
-
public class TestXmlTreeMerging extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IEclModuleeclModuleprotected IEmlModuleemlModuleprotected java.util.HashMap<java.lang.String,java.lang.Object>infoprotected PlainXmlModelmergedModel
-
Constructor Summary
Constructors Constructor Description TestXmlTreeMerging()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static PlainXmlModelloadXmlModel(java.lang.String name, java.io.File file)protected static PlainXmlModelloadXmlModel(java.lang.String name, java.io.File file, boolean readOnLoad)voidsetup()voidtestCorrectNumberOfElements()voidtestOverrideByName()voidtestPostExecuted()voidtestPreExecuted()
-
-
-
Field Detail
-
eclModule
protected IEclModule eclModule
-
emlModule
protected IEmlModule emlModule
-
mergedModel
protected PlainXmlModel mergedModel
-
info
protected java.util.HashMap<java.lang.String,java.lang.Object> info
-
-
Method Detail
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCorrectNumberOfElements
public void testCorrectNumberOfElements() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPreExecuted
public void testPreExecuted()
-
testPostExecuted
public void testPostExecuted()
-
testOverrideByName
public void testOverrideByName()
-
loadXmlModel
protected static PlainXmlModel loadXmlModel(java.lang.String name, java.io.File file, boolean readOnLoad) throws java.lang.Exception
- Throws:
java.lang.Exception
-
loadXmlModel
protected static PlainXmlModel loadXmlModel(java.lang.String name, java.io.File file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-