Class DomTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.engine.test.acceptance.dom.DomTests
-
public class DomTests extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DomTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testDom()
void
testIfStatementNoBracketsChildren()
void
testIfStatementNoBracketsExpressionStatementChild()
-
-
-
Method Detail
-
testDom
public void testDom() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testIfStatementNoBracketsChildren
public void testIfStatementNoBracketsChildren() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testIfStatementNoBracketsExpressionStatementChild
public void testIfStatementNoBracketsExpressionStatementChild() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-