Class VariableTests


  • public class VariableTests
    extends java.lang.Object
    Since:
    1.6
    Author:
    Sina Madani
    • Constructor Detail

      • VariableTests

        public VariableTests()
    • 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.Exception
        Test 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