Class VariableTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.engine.test.acceptance.dom.VariableTests
-
public class VariableTests extends Object
- Since:
- 1.6
- Author:
- Sina Madani
-
-
Constructor Summary
Constructors Constructor Description VariableTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object
execute(String code)
void
test1LevelRedeclaration()
void
testAssignmentDeclaration()
void
testRedeclarationInOperation()
void
testTopLevelRedeclaration()
Test for Bug 404724
-
-
-
Method Detail
-
testTopLevelRedeclaration
public void testTopLevelRedeclaration() throws Exception
Test for Bug 404724- Throws:
Exception
-
testAssignmentDeclaration
public void testAssignmentDeclaration() throws Exception
- Throws:
Exception
-
testRedeclarationInOperation
public void testRedeclarationInOperation() throws Exception
- Throws:
Exception
-
-