Class TestXmlTreeWizards
- java.lang.Object
-
- org.eclipse.epsilon.ewl.engine.test.acceptance.trees.TestXmlTreeWizards
-
public class TestXmlTreeWizards extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected HashMap<String,Object>
info
protected PlainXmlModel
model
protected IEwlModule
module
-
Constructor Summary
Constructors Constructor Description TestXmlTreeWizards()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PlainXmlModel
loadXmlModel(String name, String fileName)
void
setup()
void
testCorrectNumberOfWizards()
void
testCorrectTitle()
void
testExecute()
void
testLoopWizards()
-
-
-
Field Detail
-
module
protected IEwlModule module
-
model
protected PlainXmlModel model
-
-