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 IEclModule
eclModule
protected IEmlModule
emlModule
protected java.util.HashMap<java.lang.String,java.lang.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(java.lang.String name, java.io.File file)
protected static PlainXmlModel
loadXmlModel(java.lang.String name, java.io.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
-
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
-
-