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