Class VariableTests
- java.lang.Object
 - 
- org.eclipse.epsilon.eol.engine.test.acceptance.dom.VariableTests
 
 
- 
public class VariableTests extends java.lang.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 java.lang.Objectexecute(java.lang.String code)voidtest1LevelRedeclaration()voidtestAssignmentDeclaration()voidtestRedeclarationInOperation()voidtestTopLevelRedeclaration()Test for Bug 404724 
 - 
 
- 
- 
Method Detail
- 
execute
public static java.lang.Object execute(java.lang.String code) throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testTopLevelRedeclaration
public void testTopLevelRedeclaration() throws java.lang.ExceptionTest for Bug 404724- Throws:
 java.lang.Exception
 
- 
testAssignmentDeclaration
public void testAssignmentDeclaration() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testRedeclarationInOperation
public void testRedeclarationInOperation() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
test1LevelRedeclaration
public void test1LevelRedeclaration() throws java.lang.Exception- Throws:
 java.lang.Exception
 
 - 
 
 -